We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd2847 commit 9631133Copy full SHA for 9631133
1 file changed
.github/workflows/ci.yml
@@ -10,13 +10,15 @@ jobs:
10
contents: read
11
steps:
12
- uses: actions/checkout@v4
13
+ - run: rustup component add rustfmt
14
- run: cargo fmt --all -- --check
15
clippy:
16
runs-on: ubuntu-latest
17
permissions:
18
19
20
21
+ - run: rustup component add clippy
22
- run: cargo clippy -- -D warnings
23
test:
24
0 commit comments