Skip to content

Commit

Permalink
Checked Prettier formatting in both frontend and backend directories
Browse files Browse the repository at this point in the history
  • Loading branch information
willsawyerrrr committed Oct 19, 2023
1 parent d974be3 commit ac49120
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,16 @@ jobs:
sort-paths: backend

prettier:
strategy:
matrix:
source-directory: [backend, frontend]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm clean-install
working-directory: ${{ matrix.source-directory }}
- run: npx prettier --check .
working-directory: ${{ matrix.source-directory }}

0 comments on commit ac49120

Please sign in to comment.