File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 : |
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
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
You can’t perform that action at this time.
0 commit comments