Skip to content

Commit

Permalink
fix ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hdykokd committed Jul 10, 2023
1 parent 321458e commit 226ff21
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.6.5
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
- run: npm run lint
- run: npm run check-format
cache: 'pnpm'
- run: pnpm install
- run: pnpm run check-format
- run: pnpm run lint
- run: pnpm run test
- run: pnpm run build

0 comments on commit 226ff21

Please sign in to comment.