Skip to content

Commit 2cbcb96

Browse files
committed
ci: explain build and lint steps better
1 parent 1e49137 commit 2cbcb96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- name: Install dependencies
2121
run: bun install
2222

23-
- name: Lint
23+
- name: Lint all
2424
run: bun run lint
2525

26-
- name: Build
26+
- name: Build all
2727
run: bun run build
2828

2929
- name: Build website

0 commit comments

Comments
 (0)