File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 7
7
branches : [ master ]
8
8
9
9
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
15
15
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
19
19
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-
27
27
28
- - name : Install dependencies
29
- run : bun install
28
+ # - name: Install dependencies
29
+ # run: bun install
30
30
31
- - name : Run lint
32
- run : bun run lint
31
+ # - name: Run lint
32
+ # run: bun run lint
33
33
34
34
test :
35
35
name : Test on ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments