db-deployer/.forgejo/workflows/lint.yml
Chris Cowley 0199ab1a8d
Some checks failed
/ lint (push) Failing after 13s
Try latest stable python for lint
2024-09-30 17:52:52 +02:00

18 lines
278 B
YAML

on:
push:
branches:
- 'main'
jobs:
lint:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: 'pip'
- name: Lint
run: |
pip install flake8
flake8 api.py