Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lavskillup authored Dec 6, 2023
1 parent 9642c96 commit 2fcf30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run Linter
run: |
# This command finds all Python files recursively and runs flake8 on them
find ./server -name "*.py" -exec flake8 {} +
find server -name "*.py" -exec flake8 {} +
echo "Linted all the python files successfully"
lint_js:
Expand Down

0 comments on commit 2fcf30e

Please sign in to comment.