Skip to content

Commit 804d358

Browse files
authored
Update push.yml
1 parent c0244a2 commit 804d358

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/push.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)