Skip to content

Commit

Permalink
Bump lint toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
h33p committed Dec 5, 2023
1 parent d848c4f commit 14928ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
rustflags: ["--cfg mfio_assume_linear_types --cfg tokio_unstable", "--cfg tokio_unstable"]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- run: rustup component add clippy
- name: Check formatting
run: cargo fmt -- --check
Expand Down

0 comments on commit 14928ff

Please sign in to comment.