diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index b40314b..bb1d808 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -1,12 +1,12 @@ on: pull_request: {} workflow_dispatch: {} - push: + push: branches: - main - master schedule: - - cron: '0 0 * * *' + - cron: "0 0 * * *" name: Semgrep config jobs: semgrep: diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..5370162 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,2 @@ +.yarn +