We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99fd03 commit f9248ffCopy full SHA for f9248ff
2 files changed
.github/workflows/biome.yml
@@ -24,8 +24,8 @@ jobs:
24
- name: Install dependencies
25
run: bun install --frozen-lockfile
26
27
- - name: Check code lint
+ - name: Biome lint check
28
run: bunx biome lint
29
30
- - name: Check code format
+ - name: Biome format check
31
run: bunx biome format
.github/workflows/images.yml
@@ -18,5 +18,5 @@ jobs:
18
- name: Check out repository
19
uses: actions/checkout@v4
20
21
- - name: Check image dimension
+ - name: Check image dimensions
22
run: bash ./check-images.sh
0 commit comments