Skip to content

Commit

Permalink
fix: ci rustfmt toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
edfloreshz authored Oct 31, 2024
1 parent 7e6b11d commit b6c1a36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
uses: auguwu/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: format
uses: mbrobbel/rustfmt-check@master
with:
Expand Down

0 comments on commit b6c1a36

Please sign in to comment.