Skip to content

Commit

Permalink
hands_on_2
Browse files Browse the repository at this point in the history
  • Loading branch information
rodvrees committed Jan 15, 2024
1 parent 5e5af43 commit 502b027
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/hands_on_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@ jobs:
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: Install pylint
run: pip install pylint

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


0 comments on commit 502b027

Please sign in to comment.