Skip to content

Commit 986af1f

Browse files
Use environment variable to skip pylint
1 parent 340d037 commit 986af1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ on:
44
pull_request:
55
push:
66

7+
env:
8+
SKIP: pylint
9+
710
jobs:
811
pre-commit:
912
runs-on: ubuntu-latest
1013
steps:
1114
- uses: actions/[email protected]
1215
- uses: actions/[email protected]
1316
- uses: pre-commit/[email protected]
14-
with:
15-
extra_args: SKIP=pylint

0 commit comments

Comments
 (0)