Skip to content

Commit

Permalink
Remove JavaScript style checks
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Aug 24, 2023
1 parent ec74bb0 commit 5bf37c6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/static_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,6 @@ jobs:
echo "Skipping Python static analysis as no Python files were changed."
fi
- name: JavaScript style and documentation checks via ESLint and JSDoc
run: |
if grep -q "platform/web" changed.txt || [ -z "$(cat changed.txt)" ]; then
cd platform/web
npm ci
npm run lint
npm run docs -- -d dry-run
else
echo "Skipping JavaScript formatting as no Web/JS files were changed."
fi
- name: Style checks via clang-format (clang_format.sh)
run: |
clang-format --version
Expand Down

0 comments on commit 5bf37c6

Please sign in to comment.