Replaced by Makefile / pylint + LSP pyright
This commit is contained in:
parent
e3f92dab01
commit
add4348b38
1 changed files with 0 additions and 26 deletions
26
.github/workflows/lint.yml
vendored
26
.github/workflows/lint.yml
vendored
|
@ -1,26 +0,0 @@
|
||||||
name: lint
|
|
||||||
on: push
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
lint:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: "3.11.0"
|
|
||||||
- name: Install poetry
|
|
||||||
uses: abatilo/actions-poetry@v2
|
|
||||||
with:
|
|
||||||
poetry-version: 1.2.2
|
|
||||||
- name: Install dependencies
|
|
||||||
run: poetry install
|
|
||||||
- name: Run flake8
|
|
||||||
uses: julianwachholz/flake8-action@v2
|
|
||||||
with:
|
|
||||||
checkName: "Python Lint"
|
|
||||||
path: .
|
|
||||||
plugins: flake8-spellcheck
|
|
||||||
config: flake8.ini
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Add table
Reference in a new issue