Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Nov 28, 2024
1 parent 3deb890 commit 8033197
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/verify_formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
run: |
PRETTIER_VERSION=$(grep -m 1 'prettier' package-lock.json | cut -d '"' -f 4 | cut -c 2-)
echo $PRETTIER_VERSION
- name: Debug Prettier configuration
run: |
npx prettier --version
cat .prettierrc
- name: Check formatting
run: |
Expand Down

0 comments on commit 8033197

Please sign in to comment.