Skip to content

Commit

Permalink
chore(ci): switch from node to bun
Browse files Browse the repository at this point in the history
Invoke Prettier from bun, speeds things up nicely.

PR: #137
  • Loading branch information
jbergstroem committed Feb 2, 2024
1 parent a94d7f9 commit 70a9074
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,8 @@ jobs:
name: Prettier
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install prettier
run: npm install -g prettier
- name: Run prettier
run: prettier -c .
- uses: oven-sh/setup-bun@v1
- run: bunx prettier -c .
shellcheck:
runs-on: ubuntu-22.04
name: Shellcheck
Expand Down

0 comments on commit 70a9074

Please sign in to comment.