Skip to content

Commit

Permalink
chore: make format check more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat authored and Luqmaan Essop committed May 14, 2024
1 parent 16d076e commit b3fee43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ runs:
shell: bash
run: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 pnpm i

- name: Check formatting
shell: bash
run: pnpm test:format

- name: Cache playwright binaries
uses: actions/cache@v3
id: playwright-cache
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Setup
uses: ./.github/actions/setup

- name: Check formatting
run: pnpm test:format

- name: TurboRepo local server
uses: felixmosh/turborepo-gh-artifacts@v2
with:
Expand Down

0 comments on commit b3fee43

Please sign in to comment.