neon_arch commited on
Commit
a7229b5
·
unverified ·
1 Parent(s): b4a05bc

Update rustfmt.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/rustfmt.yml +1 -3
.github/workflows/rustfmt.yml CHANGED
@@ -18,6 +18,4 @@ jobs:
18
  with:
19
  components: rustfmt
20
  - name: Rustfmt Check
21
- uses: Syndelis/rustfmt-action@v1
22
- with:
23
- github_token: ${{ secrets.GITHUB_TOKEN }}
 
18
  with:
19
  components: rustfmt
20
  - name: Rustfmt Check
21
+ uses: actions-rust-lang/rustfmt@v1