diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index abb9f0bf..a2e3467e 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cda8b014..e4e465c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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