Skip to content

Commit

Permalink
add python lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvshivkov committed Jun 12, 2024
1 parent bada8d7 commit 228295d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/python-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
steps:
- use: advanced-security/python-lint-code-scanning-action@v1
with:
linter: flake8
python-version: ${{ matrix.python-version }}

0 comments on commit 228295d

Please sign in to comment.