Skip to content

Commit 8e1e690

Browse files
committed
error fix
1 parent 9c80007 commit 8e1e690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clippy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Run clippy
3333
run: cargo clippy --all ${{ matrix.cargo_flags }} -- -D warnings
3434

35-
# Job to check that all the lint checks succeeded
36-
clippy-check:
35+
# Job to check that all the lint checks succeeded
36+
clippy-check:
3737
needs:
3838
- clippy
3939
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)