Skip to content

Commit c132468

Browse files
committed
fixup!
1 parent b5023b2 commit c132468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: oven-sh/setup-bun@v1
16-
- run: |
16+
- name: format and lint
17+
run: |
1718
bun install
1819
bun format:ci
1920
bun lint:ci

0 commit comments

Comments
 (0)