diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 29bcb44..e34d8a6 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -12,4 +12,6 @@ jobs: python-version: '3.13' cache: 'pip' - - run: pip install -r requirements.txt \ No newline at end of file + - run: pip install -r requirements.txt + + - run pylint app \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 3163841..08ab71d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ pynetbox==7.4.1 -requests==2.32.3 \ No newline at end of file +requests==2.32.3 +pylint==3.3.4 \ No newline at end of file