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 d7124ca commit 7ed1727Copy full SHA for 7ed1727
1 file changed
.github/workflows/bun.yml
@@ -46,8 +46,8 @@ jobs:
46
bun install
47
bun install ${{ matrix.vite-version }}
48
49
- - name: Lint Source
50
- run: bun run --if-present lint
+ # - name: Lint Source
+ # run: bun run --if-present lint
51
52
- name: Build Source
53
run: bun run --if-present build
0 commit comments