Browse Source

update actions

pull/3/head
Tony-HYX 3 years ago
parent
commit
7457e08301
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      .github/workflows/lint.yml

+ 6
- 2
.github/workflows/lint.yml View File

@@ -12,6 +12,10 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.8"
- name: flake8 Lint
uses: py-actions/flake8@v2
uses: py-actions/flake8@v2
with:
max-line-length: "100"
path: "src"
plugins: "flake8-bugbear==22.1.11 flake8-black"

Loading…
Cancel
Save