Skip to content

Commit

Permalink
ci: install stable toolchain in lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy committed May 11, 2024
1 parent 7411b04 commit fb56f6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install nightly toolchain
run: cargo make install-nightly

- name: Install stable toolchain
run: cargo make install-stable

- name: Run cargo clippy
run: cargo make clippy-check

Expand Down

0 comments on commit fb56f6a

Please sign in to comment.