Skip to content

Commit 16f5bfa

Browse files
temporary disable ajv
1 parent 05078d2 commit 16f5bfa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check-npm-task.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ jobs:
7373
repo-token: ${{ secrets.GITHUB_TOKEN }}
7474
version: 3.x
7575

76-
- name: Validate package.json
77-
run: task --silent npm:validate
76+
# Temprary disable as ajv seems to have problems
77+
#- name: Validate package.json
78+
# run: task --silent npm:validate
7879

7980
check-sync:
8081
needs: run-determination

0 commit comments

Comments
 (0)