Skip to content

Commit

Permalink
fix: xd?
Browse files Browse the repository at this point in the history
  • Loading branch information
socram03 committed Sep 13, 2024
1 parent ff23dfb commit a1fc462
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,18 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Run Turbo
run: pnpm run check
id: turbo
# For some reason, in actions, run check can execute test before build
- name: Run formating
run: pnpm run format lint
id: biome

- name: Building
run: pnpm run build
id: build

- name: Testing
run: pnpm run test
id: test

- name: Commit and Push changes
run: |
Expand Down

0 comments on commit a1fc462

Please sign in to comment.