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 77 branches : [ master ]
88
99jobs :
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 }}
You can’t perform that action at this time.
0 commit comments