Skip to content

Commit

Permalink
ci: print the prettier version
Browse files Browse the repository at this point in the history
TICKET: COIN-2220
  • Loading branch information
louib-bitgo committed Nov 11, 2024
1 parent 1a285e6 commit 67f1887
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
- name: Lint Source Code
run: yarn run lint

- name: Print prettier version
run: ./node_modules/.bin/prettier --version

- name: Check Source Code Formatting
run: yarn run check-fmt

Expand Down

0 comments on commit 67f1887

Please sign in to comment.