Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XMLHexagram committed Dec 2, 2024
1 parent 95360a4 commit ee9369a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
channel: 'stable'

- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt, clippy

Expand Down Expand Up @@ -61,7 +61,9 @@ jobs:
run: cargo fmt -- --check

- name: Run cargo clippy
run: cargo clippy -- -D warnings
run: |
rustup override set stable
cargo clippy -- -D warnings
flutter-analyze:
name: Flutter analyze
Expand Down

0 comments on commit ee9369a

Please sign in to comment.