Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yednapg committed Jul 19, 2024
1 parent 138adfb commit 5377545
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/check_artwork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run artwork checks
run: |
for dir in $NEW_DIRS; do
node .github/workflows/check_artwork.js "$dir"
node .github/workflows/check_artwork.cjs "$dir"
done
env:
NEW_DIRS: ${{ env.new_dirs }}

0 comments on commit 5377545

Please sign in to comment.