Skip to content

Commit

Permalink
testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VanshikaSabharwal committed Dec 4, 2024
1 parent 557c203 commit 780ae27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: steps.changed-files.outputs.only_changed != 'true'
env:
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: npx eslint ${CHANGED_FILES} && python .github/workflows/eslint_disable_check.py
run: npx eslint "**/*.{js,jsx,ts,tsx}" --ignore-path .eslintignore

- name: Check for TSDoc comments
run: npm run check-tsdoc # Run the TSDoc check script
Expand Down

0 comments on commit 780ae27

Please sign in to comment.