Skip to content

Commit 548b26d

Browse files
committed
Modified so that it only runs for new files
1 parent 1a2c658 commit 548b26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/py_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Lint Code Base
4848
uses: github/super-linter@v3
4949
env:
50-
VALIDATE_ALL_CODEBASE: true
50+
VALIDATE_ALL_CODEBASE: false
5151
VALIDATE_PYTHON: true
5252
VALIDATE_PYTHON_PYLINT: true
5353
DEFAULT_BRANCH: master

0 commit comments

Comments
 (0)