Skip to content

Commit 7ed1727

Browse files
committed
ci: disable lint step
1 parent d7124ca commit 7ed1727

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bun.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
bun install
4747
bun install ${{ matrix.vite-version }}
4848
49-
- name: Lint Source
50-
run: bun run --if-present lint
49+
# - name: Lint Source
50+
# run: bun run --if-present lint
5151

5252
- name: Build Source
5353
run: bun run --if-present build

0 commit comments

Comments
 (0)