.github/workflows: skip running lint in pre-commit

We did run lint in tests already.
This commit is contained in:
Cuong Manh Le 2020-08-18 15:04:20 +07:00
parent a4408ab6cf
commit afec38e5cb

View file

@ -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