Skip to content

Commit

Permalink
switch to bun formatcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Sep 6, 2024
1 parent 6875a14 commit 77c7978
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
node-version: "22"
bun-version: latest

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

- name: Run format check
run: npm run format:check
run: bun run format:check

0 comments on commit 77c7978

Please sign in to comment.