gmmm
Some checks failed
/ lint (push) Failing after 54s

This commit is contained in:
Chris Cowley 2024-09-30 17:45:52 +02:00
parent 06b9e08af9
commit de42ced43a
2 changed files with 3 additions and 14 deletions

View file

@ -1,12 +0,0 @@
on:
push:
branches:
- 'main'
jobs:
build:
runs-on: docker
- uses: actions/checkout@v4
- name: Test
run: |
echo "test"

View file

@ -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