From 79af5bc2e2acba179268717d2020cdef30e9cf50 Mon Sep 17 00:00:00 2001 From: Mark McCaskey Date: Fri, 18 Dec 2020 14:19:29 -0800 Subject: [PATCH] fix typo in `run`, disable 3rd party action --- .github/workflows/lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '.*'