Skip to content

lint fix

lint fix #66

Workflow file for this run

name: Semgrep
on:
push:
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run
run: semgrep ci --config .semgrep/rules.yml --config=p/semgrep-go-correctness