Skip to content

Commit

Permalink
fix typo in run, disable 3rd party action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Dec 18, 2020
1 parent 415844e commit 79af5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
override: true
components: rustfmt, clippy
- run: make lint
- uses: srt32/[email protected]
#- uses: srt32/[email protected]
- name: Assert no files have changed
run:
run: |
git status
git status -s | grep --invert-match '.*'

0 comments on commit 79af5bc

Please sign in to comment.