db-deployer/.forgejo/workflows/lint.yml
Chris Cowley de42ced43a
Some checks failed
/ lint (push) Failing after 54s
gmmm
2024-09-30 17:45:52 +02:00

18 lines
279 B
YAML

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