Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomes committed Sep 5, 2024
1 parent c515dd2 commit 5f3a47a
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ on:
# - main

jobs:
check-format:
checks-format:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Bun
uses: oven-sh/setup-bun@v2
run: bun install
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2

- name: Run format check
run: npm run format
# run any `bun` or `bunx` command
- run: bun install
- run: bun run format

0 comments on commit 5f3a47a

Please sign in to comment.