From afec38e5cb856c5e9dd00cb4290f3a987b4fea80 Mon Sep 17 00:00:00 2001 From: Cuong Manh Le Date: Tue, 18 Aug 2020 15:04:20 +0700 Subject: [PATCH] .github/workflows: skip running lint in pre-commit We did run lint in tests already. --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 048d57333..2e27bc0f1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -138,3 +138,5 @@ jobs: - uses: pre-commit/action@release with: extra_args: --show-diff-on-failure --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }} + env: + SKIP: lint