Skip to content

Commit

Permalink
Use stable rust for linting and clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHartnell committed Jul 4, 2023
1 parent 88a372d commit 5e198c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
components: rustfmt
override: true
- name: Run cargo fmt
Expand Down

0 comments on commit 5e198c0

Please sign in to comment.