Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
chore: only run prettier on ./src
Browse files Browse the repository at this point in the history
  • Loading branch information
koen1711 committed Apr 15, 2024
1 parent 3fa9641 commit ae4eaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run ESLint
run: npx eslint .
- name: Run prettier
run: npx prettier -c .
run: npx prettier -c ./src
- name: Run Playwright tests
run: yarn playwright test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ae4eaae

Please sign in to comment.