Skip to content

Commit

Permalink
Fix reference to squarelet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck committed Nov 22, 2024
1 parent 41ec553 commit 349ac34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Run Pylint on squarelet.py
run: |
pylint squarelet.py
pylint src/squarelet/squarelet.py
- name: Run Black on squarelet.py
run: |
black squarelet.py
black src/squarelet/squarelet.py

0 comments on commit 349ac34

Please sign in to comment.