Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quillcraftsman authored Nov 1, 2023
1 parent e176e3a commit 0993215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f requirements.txt ]; then pip install -r dev-requirements.txt; fi
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi

Check warning on line 18 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / build

18:81 [line-length] line too long (84 > 80 characters)
- name: Analysing the code with pylint and yamllint
run: |
make lint

0 comments on commit 0993215

Please sign in to comment.