Skip to content

Commit 8424d45

Browse files
authored
Update main.yml
1 parent c259823 commit 8424d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
pwd
2828
# This command finds all Python files recursively and runs flake8 on them
29-
find . -name "*.py" -exec flake8 {} +
29+
# find . -name "*.py" -exec flake8 {} +
3030
echo "Linted all the python files successfully"
3131
lint_js:
3232
name: Lint JavaScript Files
@@ -43,5 +43,5 @@ jobs:
4343
- name: Run Linter
4444
run: |
4545
# This command finds all JavaScript files recursively and runs JSHint on them
46-
find ./server/database -name "*.js" -exec jshint {} +
46+
# find ./server/database -name "*.js" -exec jshint {} +
4747
echo "Linted all the js files successfully"

0 commit comments

Comments
 (0)