Skip to content

Commit

Permalink
linter line 23 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgrillet committed Aug 11, 2023
1 parent 760e7d1 commit 2f98eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
env:
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: true
FILTER_REGEX_INCLUDE: *.py
FILTER_REGEX_INCLUDE: "*.py"
VALIDATE_PYTHON_PYLINT: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2f98eca

Please sign in to comment.