Skip to content

Commit

Permalink
temporary disable ajv
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed Jan 25, 2024
1 parent d3c829c commit 7a943ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-npm-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.x

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

check-sync:
needs: run-determination
Expand Down

0 comments on commit 7a943ee

Please sign in to comment.