Skip to content

Commit d064d54

Browse files
committed
Reset to main branch linting, with all matrix values
1 parent c2c374a commit d064d54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
linter: ['pyre'] # ['flake8', 'pylint', 'ruff', 'mypy', 'pytype', 'pyright', 'fixit', 'pyre']
18-
python-version: ['3.11'] # ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
19-
os: ['ubuntu-latest'] # [ubuntu-latest, macos-latest] # doesn't yet work on Windows
17+
linter: ['flake8', 'pylint', 'ruff', 'mypy', 'pytype', 'pyright', 'fixit', 'pyre']
18+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
19+
os: [ubuntu-latest, macos-latest] # doesn't yet work on Windows
2020
fail-fast: false
2121

2222
steps:
@@ -29,7 +29,7 @@ jobs:
2929
python3 -mpip install -q flake8 pylint ruff mypy pytype pyright fixit pyre-check
3030
python3 -mpip install -q flake8-sarif-formatter
3131
- name: Run Python Lint
32-
uses: advanced-security/python-lint-code-scanning-action@fix-typeshed-and-token
32+
uses: advanced-security/python-lint-code-scanning-action@main
3333
with:
3434
linter: ${{ matrix.linter }}
3535
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)