Skip to content

NOJIRA: Don't wait for non-running pods when deleting node. #527

NOJIRA: Don't wait for non-running pods when deleting node.

NOJIRA: Don't wait for non-running pods when deleting node. #527

Workflow file for this run

name: golangci-lint
on:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- uses: actions/checkout@v4
- name: golangci-lint
run: make lint