Skip to content

Commit 9631133

Browse files
committed
Fix CI
1 parent edd2847 commit 9631133

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ jobs:
1010
contents: read
1111
steps:
1212
- uses: actions/checkout@v4
13+
- run: rustup component add rustfmt
1314
- run: cargo fmt --all -- --check
1415
clippy:
1516
runs-on: ubuntu-latest
1617
permissions:
1718
contents: read
1819
steps:
1920
- uses: actions/checkout@v4
21+
- run: rustup component add clippy
2022
- run: cargo clippy -- -D warnings
2123
test:
2224
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)