Skip to content

Delete .github/workflows/semgrep.yml #50

Delete .github/workflows/semgrep.yml

Delete .github/workflows/semgrep.yml #50

Workflow file for this run

name: checks
on: push # yamllint disable-line
jobs:
checks:
name: checks
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: markdownlint-cli2-action
uses: DavidAnson/markdownlint-cli2-action@v1.0.1