File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -31,23 +31,23 @@ jobs:
31
31
- name : 🛠 Install dependencies
32
32
uses : bahmutov/npm-install@v1
33
33
34
- lint :
35
- needs : [setup, install]
36
- runs-on : ubuntu-latest
37
- steps :
38
- - name : ⬇️ Restore output
39
- uses : actions/download-artifact@v4
40
- with :
41
- name : ${{ github.sha }}
34
+ # lint:
35
+ # needs: [setup, install]
36
+ # runs-on: ubuntu-latest
37
+ # steps:
38
+ # - name: ⬇️ Restore output
39
+ # uses: actions/download-artifact@v4
40
+ # with:
41
+ # name: ${{ github.sha }}
42
42
43
- - name : 🛠 Install dependencies
44
- uses : bahmutov/npm-install@v1
43
+ # - name: 🛠 Install dependencies
44
+ # uses: bahmutov/npm-install@v1
45
45
46
- - name : Run lint
47
- run : yarn lint
46
+ # - name: Run lint
47
+ # run: yarn lint
48
48
49
- - name : Run typecheck
50
- run : yarn typecheck
49
+ # - name: Run typecheck
50
+ # run: yarn typecheck
51
51
52
52
test :
53
53
needs : [setup, install]
You can’t perform that action at this time.
0 commit comments