Add CI #4

Merged
creekorful merged 8 commits from ci into main 2025-02-19 09:06:34 +01:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit 25542affa4 - Show all commits

View file

@ -12,4 +12,6 @@ jobs:
python-version: '3.13'
cache: 'pip'
- run: pip install -r requirements.txt
- run: pip install -r requirements.txt
- run pylint app

View file

@ -1,2 +1,3 @@
pynetbox==7.4.1
requests==2.32.3
requests==2.32.3
pylint==3.3.4