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'
|
||||
cache: 'pip'
|
||||
- name: Lint
|
||||
- run: |
|
||||
pip install flake8 api.py
|
||||
run: |
|
||||
pip install flake8
|
||||
flake8 api.py
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue