diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e4b2236cb58..e48cb8d222b 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -23,8 +23,8 @@ jobs: override: true components: rustfmt, clippy - run: make lint - - uses: srt32/git-actions@v0.0.3 + #- uses: srt32/git-actions@v0.0.3 - name: Assert no files have changed - run: + run: | git status git status -s | grep --invert-match '.*'