Skip to content

Commit

Permalink
Fix actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie999 committed Dec 6, 2024
1 parent 0352572 commit fac0029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Pylint
name: Run checks

on: [push]

jobs:
build:
pylint:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install pylint pyroute2 dateutil
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py') --fail-under 7 --fail-on E

0 comments on commit fac0029

Please sign in to comment.