Skip to content

Commit

Permalink
fix: ci npm -> bun
Browse files Browse the repository at this point in the history
  • Loading branch information
tooooo1 committed Aug 31, 2024
1 parent 1c88d34 commit 53c48f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: npm install
run: bun install

- name: Check typescript
run: npm run type:check
run: bun run compile

- name: Check eslint
run: npm run lint
run: bun run lint

0 comments on commit 53c48f7

Please sign in to comment.