Skip to content

Commit 5bf37c6

Browse files
committed
Remove JavaScript style checks
1 parent ec74bb0 commit 5bf37c6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/static_checks.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,6 @@ jobs:
6565
echo "Skipping Python static analysis as no Python files were changed."
6666
fi
6767
68-
- name: JavaScript style and documentation checks via ESLint and JSDoc
69-
run: |
70-
if grep -q "platform/web" changed.txt || [ -z "$(cat changed.txt)" ]; then
71-
cd platform/web
72-
npm ci
73-
npm run lint
74-
npm run docs -- -d dry-run
75-
else
76-
echo "Skipping JavaScript formatting as no Web/JS files were changed."
77-
fi
78-
7968
- name: Style checks via clang-format (clang_format.sh)
8069
run: |
8170
clang-format --version

0 commit comments

Comments
 (0)