Skip to content

docs: create Docusaurus unstable docs in minor_version_release workflow #279

docs: create Docusaurus unstable docs in minor_version_release workflow

docs: create Docusaurus unstable docs in minor_version_release workflow #279

name: Github workflows linter
on:
pull_request:
paths:
- ".github/workflows/**"
jobs:
lint-workflows:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- uses: actions/setup-go@v6
- name: Install actionlint
run: go install github.com/rhysd/actionlint/cmd/actionlint@latest
- name: Run actionlint
env:
SHELLCHECK_OPTS: --exclude=SC2102
run: actionlint