Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGibb committed Aug 5, 2024
1 parent 7d35716 commit 9f7d94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Static Analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install pylint
run: |
pip install pylint
pip install -r requierements.txt
pip install -r requirements.txt
- name: Checkout code
uses: actions/checkout@v2
- name: Run pylint
Expand Down

0 comments on commit 9f7d94e

Please sign in to comment.