Skip to content

Add zizmor and scorecard workflows + lint cleanup #132

Add zizmor and scorecard workflows + lint cleanup

Add zizmor and scorecard workflows + lint cleanup #132

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
permissions: {}
jobs:
linters:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
with:
version: v2.11.3
args: --timeout 3m