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:
3131 - name : 🛠 Install dependencies
3232 uses : bahmutov/npm-install@v1
3333
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 }}
4242
43- - name : 🛠 Install dependencies
44- uses : bahmutov/npm-install@v1
43+ # - name: 🛠 Install dependencies
44+ # uses: bahmutov/npm-install@v1
4545
46- - name : Run lint
47- run : yarn lint
46+ # - name: Run lint
47+ # run: yarn lint
4848
49- - name : Run typecheck
50- run : yarn typecheck
49+ # - name: Run typecheck
50+ # run: yarn typecheck
5151
5252 test :
5353 needs : [setup, install]
You can’t perform that action at this time.
0 commit comments