Skip to content

build(deps): bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 #29

build(deps): bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0

build(deps): bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 #29

Workflow file for this run

name: Workflow Linting
on:
push:
branches:
- main
- "release/**"
pull_request:
paths:
- .github/workflows/*
- .ci/tools/go.mod
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: .ci/tools/go.mod
- name: Install actionlint
run: cd .ci/tools && go install github.com/rhysd/actionlint/cmd/actionlint
- name: Run actionlint on workflow files
run: actionlint -shellcheck=