Skip to content

Merge pull request #32482 from brittandeyoung/f-aws_workspaces_connec… #1

Merge pull request #32482 from brittandeyoung/f-aws_workspaces_connec…

Merge pull request #32482 from brittandeyoung/f-aws_workspaces_connec… #1

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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
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=