diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a27ce68..e96e54f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,9 @@ jobs: - run: npm ci + - run: npm audit + if: startsWith(matrix.os, 'ubuntu-18.04') + - name: Run prettier if: startsWith(matrix.os, 'ubuntu-18.04') run: npm run format:check