Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Archive GitHub Managed Policy-Controller #10

Archive GitHub Managed Policy-Controller

Archive GitHub Managed Policy-Controller #10

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0