Skip to content

Commit

Permalink
fix: ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
reacto11mecha committed Jun 16, 2024
1 parent cb144fe commit ba14934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: cp .env.example .env

- name: Lint
run: yarn lint && pnpm lint:ws
run: yarn lint && yarn lint:ws

format:
runs-on: ubuntu-latest
Expand All @@ -47,4 +47,4 @@ jobs:
uses: ./.github/actions/yarn-nm-install

- name: Typecheck
run: turbo typecheck
run: yarn typecheck

0 comments on commit ba14934

Please sign in to comment.