Skip to content

Merge pull request #705 from CodesbyUnnati/fix-cves-sgc #5

Merge pull request #705 from CodesbyUnnati/fix-cves-sgc

Merge pull request #705 from CodesbyUnnati/fix-cves-sgc #5

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- develop
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
types: [opened, reopened, synchronize]
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install + Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64
args: -v