chore(actions): remove yarn audit

The audit is failing all our actions due to devDependencies in Lerna.
The audit doesn't provide us with any value and only makes the GitHub
Actions unreliable. Remove the yarn audit step, at least for now.
This commit is contained in:
Rickard Natt och Dag 2021-08-16 19:40:09 +02:00
parent e4d6ba1bb0
commit d4060dbe68
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