Skip to content

Commit 3b9adf0

Browse files
committed
chore: skip the linting on ci/cd
Signed-off-by: tunnckoCore <[email protected]>
1 parent fc338ea commit 3b9adf0

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/main.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
lint:
11-
name: Lint
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v4
10+
# lint:
11+
# name: Lint
12+
# runs-on: ubuntu-latest
13+
# steps:
14+
# - uses: actions/checkout@v4
1515

16-
- uses: oven-sh/setup-bun@v2
17-
with:
18-
bun-version: latest
16+
# - uses: oven-sh/setup-bun@v2
17+
# with:
18+
# bun-version: latest
1919

20-
- uses: actions/cache@v4
21-
with:
22-
path: |
23-
~/.bun/install/cache
24-
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
25-
restore-keys: |
26-
${{ runner.os }}-bun-
20+
# - uses: actions/cache@v4
21+
# with:
22+
# path: |
23+
# ~/.bun/install/cache
24+
# key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
25+
# restore-keys: |
26+
# ${{ runner.os }}-bun-
2727

28-
- name: Install dependencies
29-
run: bun install
28+
# - name: Install dependencies
29+
# run: bun install
3030

31-
- name: Run lint
32-
run: bun run lint
31+
# - name: Run lint
32+
# run: bun run lint
3333

3434
test:
3535
name: Test on ${{ matrix.os }}

0 commit comments

Comments
 (0)