Skip to content

Bump the kubernetes group with 2 updates #19

Bump the kubernetes group with 2 updates

Bump the kubernetes group with 2 updates #19

Workflow file for this run

name: Lint
on: [ pull_request ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.54
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