Linting
This commit is contained in:
parent
4b3f4db451
commit
74ebf0521b
2 changed files with 34 additions and 15 deletions
|
@ -4,6 +4,15 @@ on:
|
|||
- 'main'
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
cache: 'pip'
|
||||
- run: |
|
||||
pip install flake8 api.py
|
||||
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue