Skip to content

Commit f9248ff

Browse files
committed
typos/wording
1 parent a99fd03 commit f9248ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/biome.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Install dependencies
2525
run: bun install --frozen-lockfile
2626

27-
- name: Check code lint
27+
- name: Biome lint check
2828
run: bunx biome lint
2929

30-
- name: Check code format
30+
- name: Biome format check
3131
run: bunx biome format

.github/workflows/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- name: Check out repository
1919
uses: actions/checkout@v4
2020

21-
- name: Check image dimension
21+
- name: Check image dimensions
2222
run: bash ./check-images.sh

0 commit comments

Comments
 (0)