Skip to content

Commit 9f1fb2e

Browse files
committed
chore: lint failure message
1 parent 0b1d062 commit 9f1fb2e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Bun
2424
uses: oven-sh/setup-bun@v1
2525
with:
26-
bun-version: '${{ env.BUN }}'
26+
bun-version: "${{ env.BUN }}"
2727

2828
- name: Install dependencies
2929
run: bun install
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Bun
4646
uses: oven-sh/setup-bun@v1
4747
with:
48-
bun-version: '${{ env.BUN }}'
48+
bun-version: "${{ env.BUN }}"
4949

5050
- name: Run linters and formatters
5151
run: |
@@ -61,7 +61,7 @@ jobs:
6161
exit 0
6262
fi
6363
64-
echo "❌ Generated files are not up to date. Please run 'make generate' and commit the changes."
64+
echo "❌ Code is not properly formatted. Please run 'bun run format && bun run lint:fix' and commit the changes."
6565
git status --short
6666
exit 1
6767
@@ -97,7 +97,7 @@ jobs:
9797
- name: Setup Bun
9898
uses: oven-sh/setup-bun@v1
9999
with:
100-
bun-version: '${{ env.BUN }}'
100+
bun-version: "${{ env.BUN }}"
101101

102102
- name: Install dependencies
103103
run: bun install

0 commit comments

Comments
 (0)