Skip to content

Commit

Permalink
Merge branch 'develop' into JUP-58-countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 authored Oct 3, 2024
2 parents 5e86d36 + 62d3430 commit 846c57d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prettierCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- name: Run prettier
id: prettier
continue-on-error: true
run: echo files=`npx prettier . -l` >> "$GITHUB_ENV"
run: |
files=`npx prettier . -l`
echo files=$files >> "$GITHUB_ENV"
- name: generate errors/summary
run: .github/workflows/generateCheck.sh
env:
Expand Down

0 comments on commit 846c57d

Please sign in to comment.