Skip to content

feat: enable weekly security scan #31

feat: enable weekly security scan

feat: enable weekly security scan #31

Workflow file for this run

name: Merges
on:
push:
branches:
- main
jobs: []

Check failure on line 8 in .github/workflows/merge.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/merge.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
# tests:
# uses: ./.github/workflows/tests.yaml
# secrets: inherit
#
# # only run if the commit message does not begin with "bump:"
# # do not want to run the tests when we are bumping because tests already ran
# if: "!startsWith(github.event.head_commit.message, 'bump:')"