Skip to content

Commit 3134403

Browse files
committed
chore: update action file
1 parent 9eb03a6 commit 3134403

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
env:
3030
CI: true
3131

32-
- name: Lint
33-
run: yarn lint
34-
env:
35-
CI: true
32+
# - name: Lint
33+
# run: yarn lint
34+
# env:
35+
# CI: true
3636

3737
# - name: Test
3838
# run: yarn test --ci --coverage --maxWorkers=2
@@ -47,4 +47,3 @@ jobs:
4747
env:
4848
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4949
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
50-

0 commit comments

Comments
 (0)