changeloguru/.github/workflows/semgrep.yaml

21 lines
303 B
YAML
Raw Normal View History

2021-11-06 06:42:43 +00:00
name: semgrep
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: semgrep
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
config: >-
p/golang