Skip to content

fixture(matchQuery): notifications #3196

fixture(matchQuery): notifications

fixture(matchQuery): notifications #3196

Workflow file for this run

name: Lint
on:
pull_request:
permissions: read-all
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Clear up disk space
run: |
rm -rf /usr/share/dotnet
rm -rf /opt/ghc
rm -rf /usr/local/share/boost
rm -rf $AGENT_TOOLSDIRECTORY
rm -rf /opt/hostedtoolcache
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Go
uses: buildjet/setup-go@v5
with:
go-version: 1.23.x
- run: make -B manifests
- name: golangci-lint
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
with:
args: --timeout 61m0s --verbose