Skip to content

chore: Add .semgrepignore exclusion manifest #318

chore: Add .semgrepignore exclusion manifest

chore: Add .semgrepignore exclusion manifest #318

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- 'master'
pull_request:
type: [created, synchronize, reopened]
branches:
- '*'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
- name: install go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: -v --timeout=5m
skip-build-cache: true
skip-pkg-cache: true