Skip to content

Rename .golangci.yml to .golangci.yaml #31

Rename .golangci.yml to .golangci.yaml

Rename .golangci.yml to .golangci.yaml #31

Workflow file for this run

name: govulncheck
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1"
permissions:
contents: read
jobs:
govulncheck:
name: govulncheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod
repo-checkout: false