This commit is contained in:
Chris Cowley 2024-09-30 17:35:25 +02:00
parent 4b3f4db451
commit 74ebf0521b
2 changed files with 34 additions and 15 deletions

View file

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