Skip to content

Update hostpathmapper to work with multi namespace mode. #13

Update hostpathmapper to work with multi namespace mode.

Update hostpathmapper to work with multi namespace mode. #13

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
paths:
- "**.go"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: -v --timeout 15m