Skip to content

Commit

Permalink
2: run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Heriette authored Jan 15, 2024
1 parent 5ac7f27 commit a01b656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hands_on_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: Install dependencies
run: cd app && pip install -r requirements.txt

# Add steps that allow this workflow to run a linter on the Python code in the app directory

- name: Run linter
run: cd app && pylint *.py

0 comments on commit a01b656

Please sign in to comment.