netbox-pve-sync/.forgejo/workflows/ci.yaml
Aloïs Micard 5fc6a028ec
All checks were successful
CD / ci (push) Successful in 1m7s
CI / ci (push) Successful in 1m13s
Clean-up module
2025-02-19 13:41:57 +01:00

17 lines
No EOL
313 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 netbox_pve_sync