Skip to content

Commit

Permalink
testing check format again
Browse files Browse the repository at this point in the history
  • Loading branch information
rooiss committed Feb 16, 2024
1 parent b09d5c4 commit 3ee34fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: '20'
- run: npm ci
- name: Check Formatting
run: npm run format:check
Expand All @@ -24,4 +24,4 @@ jobs:
else
echo "Files are not formatted correctly. Please run 'prettier' to format your code."
exit 1
fi
fi

0 comments on commit 3ee34fc

Please sign in to comment.