Skip to content

Commit

Permalink
fix: script path
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinamenezes committed Oct 25, 2024
1 parent 96476ca commit 41d4462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-styleguide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
for file in ${ALL_CHANGED_FILES}; do
echo "Running styleguide checker on $file"
node .github/workflows/check-styleguide.js "./$file" >> style_issues.txt
node .github/workflows/scripts/check-styleguide.js "./$file" >> style_issues.txt
done
# Step 6: Run Reviewdog
Expand Down

0 comments on commit 41d4462

Please sign in to comment.