Skip to content

Commit b67b06f

Browse files
committed
ci: update GitHub Actions workflow for linting and formatting
1 parent 9d92deb commit b67b06f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9-
9+
1010
- name: Setup Bun
1111
uses: oven-sh/setup-bun@v1
1212
with:
1313
bun-version: latest
14-
14+
1515
- name: Install dependencies
1616
run: bun install
17-
17+
1818
- name: Linting
19-
run: bun x standard
20-
19+
run: bun run format
20+
2121
- name: Run tests
22-
run: bun test
22+
run: bun test

0 commit comments

Comments
 (0)