Skip to content

Commit a71dfe1

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

+9
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)