Disable yarn scripts on CI (#1100)

This commit is contained in:
Jaco
2022-02-13 09:36:52 +01:00
committed by GitHub
parent dbe7df9aee
commit 3fb56e40f9
6 changed files with 27 additions and 18 deletions
+2
View File
@@ -9,6 +9,8 @@ jobs:
check:
if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && (!github.event.pull_request || github.event.pull_request.head.repo.full_name == github.repository)"
runs-on: ubuntu-latest
env:
YARN_ENABLE_SCRIPTS: false
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1