Skip to content

linter tweaked

linter tweaked #4

Workflow file for this run

---
name: Lint Code Base
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint-code-base:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Lint Code Base
uses: super-linter/super-linter@v5
env:
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: true
FILTER_REGEX_INCLUDE: *.py

Check failure on line 23 in .github/workflows/linter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linter.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
VALIDATE_PYTHON_PYLINT: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}