pfsense-netbox-sync/.forgejo/workflows/ci.yaml
Aloïs Micard bd230ee954
Some checks failed
CI / ci (push) Failing after 53s
Fix CI
2025-02-19 08:46:03 +01:00

17 lines
No EOL
279 B
YAML

name: CI
on: [ push ]
jobs:
ci:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip'
- run: pip install -r requirements.txt
- run: pylint app