Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u authored May 30, 2024
1 parent 33e9c5d commit 1feda93
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- name: Python Lint Code Scanning Action
# You may pin to the exact commit or the version.
# uses: advanced-security/python-lint-code-scanning-action@e5446e09fc7d49dd4a1290193d45a41ee72a0a40
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
linter: [flake8, pylint, ruff, mypy, pytype, pyright, fixit, pyre]
python-version: [3.11]
steps:
- run: python3 -mpip install flake8-bugbear
- use: advanced-security/python-lint-code-scanning-action@v1
with:
linter: ${{ matrix.linter }}

0 comments on commit 1feda93

Please sign in to comment.