db-deployer/.forgejo/workflows/lint.yml
Chris Cowley fbff98cf57
Some checks failed
/ lint (push) Failing after 13s
Change python version for liniting
2024-09-30 17:49:12 +02:00

18 lines
281 B
YAML

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