We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1609ad0 commit a14ed45Copy full SHA for a14ed45
.github/workflows/ci.yml
@@ -35,6 +35,12 @@ jobs:
35
- name: Build
36
run: cargo build --release --verbose --target ${{ matrix.target }}
37
38
+ - name: Lint
39
+ run: cargo clippy --release --verbose --target ${{ matrix.target }} -- -D warnings
40
+
41
+ - name: fmt
42
+ run: cargo fmt --check
43
44
- name: Build examples
45
run: cargo build --verbose --examples --target ${{ matrix.target }}
46
if: matrix.target != 'x86_64-unknown-linux-gnu'
0 commit comments