Skip to content

Commit 8a23c74

Browse files
committed
chore: update project check workflows for v2
1 parent 3c2142e commit 8a23c74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/daily-project-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
npm i
2727
npm run build-lib:prod
2828
npm run test-lib:prod
29-
npm run lint
29+
# npm run lint
3030
env:
3131
CI: true
3232

Diff for: .github/workflows/project-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
npm i
3131
npm run build-lib:prod
3232
npm run test-lib:prod
33-
npm run lint
33+
# npm run lint
3434
env:
3535
CI: true
3636

0 commit comments

Comments
 (0)