Skip to content

build(deps): bump k8s.io/apiextensions-apiserver from 0.28.0 to 0.28.4 #219

build(deps): bump k8s.io/apiextensions-apiserver from 0.28.0 to 0.28.4

build(deps): bump k8s.io/apiextensions-apiserver from 0.28.0 to 0.28.4 #219

Workflow file for this run

name: golint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --exclude="File is not \`gofmt\`-ed with \`-s\`"