Skip to content

build(deps): bump github.com/terraform-linters/tflint from 0.50.3 to 0.51.0 in /.ci/tools #26

build(deps): bump github.com/terraform-linters/tflint from 0.50.3 to 0.51.0 in /.ci/tools

build(deps): bump github.com/terraform-linters/tflint from 0.50.3 to 0.51.0 in /.ci/tools #26

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
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=