Skip to content

Commit

Permalink
Merge pull request #247 from UTDNebula/format-fix
Browse files Browse the repository at this point in the history
fix status output
  • Loading branch information
nl32 authored Oct 3, 2024
2 parents eca5322 + 54fce07 commit 62d3430
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 62d3430

Please sign in to comment.