Skip to content

build(deps): bump the kubernetes group across 1 directory with 3 updates #985

build(deps): bump the kubernetes group across 1 directory with 3 updates

build(deps): bump the kubernetes group across 1 directory with 3 updates #985

Workflow file for this run

name: Lint
on: [ pull_request ]
permissions:
# Required: allow read access to the content for analysis.
contents: read
# Optional: Allow write access to checks to allow the action to annotate code in the PR.
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.57
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ibiqlik/action-yamllint@v3
with:
format: github
actionlint:
name: actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash