parent
06b9e08af9
commit
de42ced43a
2 changed files with 3 additions and 14 deletions
|
@ -1,12 +0,0 @@
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- 'main'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: docker
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Test
|
|
||||||
run: |
|
|
||||||
echo "test"
|
|
|
@ -12,6 +12,7 @@ jobs:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
- name: Lint
|
- name: Lint
|
||||||
- run: |
|
run: |
|
||||||
pip install flake8 api.py
|
pip install flake8
|
||||||
|
flake8 api.py
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue