pfsense-netbox-sync/.forgejo/workflows/ci.yaml
Aloïs Micard 5cba5f88da
All checks were successful
CI / ci (push) Successful in 1m3s
Add CI (#4)
Reviewed-on: #4
Co-authored-by: Aloïs Micard <a.micard@vold.lu>
Co-committed-by: Aloïs Micard <a.micard@vold.lu>
2025-02-19 09:06:33 +01:00

17 lines
No EOL
301 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 --max-line-length=120 app