db-deployer/.forgejo/workflows/build.yml
Workflow config file is invalid. Please check your config file: yaml: line 14: could not find expected ':'
Chris Cowley 74ebf0521b Linting
2024-09-30 17:35:25 +02:00

22 lines
364 B
YAML

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