mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 10:52:49 +02:00
.github/workflows: skip running lint in pre-commit
We did run lint in tests already.
This commit is contained in:
parent
a4408ab6cf
commit
afec38e5cb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue