Skip to content

Commit a71dfe1

Browse files
Add clippy to CI
1 parent 977403b commit a71dfe1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@ jobs:
1616
run: cargo install cargo-deb
1717
- name: Package .deb
1818
run: cargo deb
19+
check:
20+
name: Lint
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: actions/checkout@v2
24+
- name: Update rustup
25+
run: rustup update
26+
- name: Clippy
27+
run: cargo clippy -- -Dwarnings

0 commit comments

Comments
 (0)