Skip to content

Sync the upstream changes from csi-addons/kubernetes-csi-addons:main into the main branch #1

Sync the upstream changes from csi-addons/kubernetes-csi-addons:main into the main branch

Sync the upstream changes from csi-addons/kubernetes-csi-addons:main into the main branch #1

---
name: golangci-lint
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --verbose --timeout=15m