chore: remove yarn audit from github actions

Lerna has a bunch of errors in devDependencies. Will probably not
be fixed soon. This stops our tests from running, so remove it for now.
This commit is contained in:
Rickard Natt och Dag 2021-08-16 19:38:09 +02:00
parent 3262223c72
commit 8abb588d41
No known key found for this signature in database
GPG Key ID: 97AA4A72D75845D5
2 changed files with 0 additions and 8 deletions

View File

@ -26,10 +26,6 @@ jobs:
- name: Install dependencies
run: npx lerna bootstrap
- name: Run audit
run: |
yarn audit
- name: Run linting and tests
run: |
yarn lint

View File

@ -27,10 +27,6 @@ jobs:
- name: Install dependencies
run: npx lerna bootstrap
- name: Run audit
run: |
yarn audit
- name: Run linting and tests
run: |
yarn lint