Skip to content

Commit

Permalink
Separate uses and run step
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Dec 18, 2020
1 parent 84872c1 commit 4eabd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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]"
- name: Assert no files have changed
uses: srt32/[email protected]"
run:
git status
git status -s | grep --invert-match '.*'

0 comments on commit 4eabd9c

Please sign in to comment.