Skip to content

Commit

Permalink
refactor : workflows-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rukhsarkh committed Jan 3, 2025
1 parent b53907e commit 9163133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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}""
run: npx eslint "${CHANGED_FILES}"

- name: Check for TSDoc comments
run: npm run check-tsdoc # Run the TSDoc check script
Expand Down Expand Up @@ -531,3 +531,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.pull_request.number }}
GITHUB_REPOSITORY: ${{ github.repository }}

0 comments on commit 9163133

Please sign in to comment.