Skip to content

Commit

Permalink
prettier for each dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Jan 3, 2024
1 parent 674cb2e commit 9390dc6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,16 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install:dependencies
- run: yarn prettier
working-directory: ./
- run: yarn prettier
working-directory: components
- run: yarn prettier
working-directory: demos/showcase
- run: yarn prettier
working-directory: docs
- run: yarn lint
working-directory: components

unit_test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9390dc6

Please sign in to comment.