db-deployer/.forgejo/workflows/lint.yml
Chris Cowley 75842a4b3b
Some checks failed
/ lint (push) Failing after 14s
oops
2024-09-30 17:56:37 +02:00

17 lines
257 B
YAML

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