db-deployer/.forgejo/workflows/lint.yml
Workflow config file is invalid. Please check your config file: yaml: line 16: could not find expected ':'
2024-09-30 17:39:58 +02:00

17 lines
262 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 api.py