Don't run scripts on CI (#612)

* Don't run scripts on CI

* Bump deps
This commit is contained in:
Jaco
2022-02-13 13:50:19 +01:00
committed by GitHub
parent d4947f0408
commit 35d14ce9ed
7 changed files with 71 additions and 62 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