Skip to content

github org was renamed from returntocorp to semgrep (#54) #163

github org was renamed from returntocorp to semgrep (#54)

github org was renamed from returntocorp to semgrep (#54) #163

Workflow file for this run

name: test
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
cache: true
- run: make deps test