Skip to content

Commit

Permalink
[skip ci] add back ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowaaru committed Aug 20, 2022
1 parent 0650603 commit bced047
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions goodbye for now.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: [push, pull_request]

name: Continuous integration
name: Continuous Integration

jobs:
check:
Expand Down Expand Up @@ -46,19 +46,3 @@ jobs:
with:
command: fmt
args: --all -- --check

clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D

0 comments on commit bced047

Please sign in to comment.