Skip to content

Commit

Permalink
export instead
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Oct 9, 2024
1 parent 407f8e9 commit 58b56af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prettierCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
id: prettier
continue-on-error: true
run: |
files=`npx prettier . -l`
echo $files
export files=`npx prettier . -l`
- name: generate errors/summary
run: .github/workflows/generateCheck.sh
env:
Expand Down

0 comments on commit 58b56af

Please sign in to comment.