Skip to content

Commit c8e00dc

Browse files
committed
no manual, add format and check
1 parent cb9a46b commit c8e00dc

2 files changed

Lines changed: 8 additions & 40 deletions

File tree

.github/workflows/manual.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/pr.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,11 @@ jobs:
2424
- uses: oven-sh/setup-bun@v2
2525
- uses: ./.github/actions/setup-tangram
2626
- run: bun install --frozen-lockfile
27-
- run: bun run auto --test
27+
- name: Verify formatting
28+
run: |
29+
bun run auto --format
30+
git diff --exit-code
31+
- name: Check
32+
run: bun run auto --check
33+
- name: Test
34+
run: bun run auto --test --retry

0 commit comments

Comments
 (0)