Skip to content

Move to Docusaurus (#1291) #4273

Move to Docusaurus (#1291)

Move to Docusaurus (#1291) #4273

Workflow file for this run

---
name: CI
on:
push:
pull_request:
concurrency:
# yamllint disable-line rule:line-length
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
markdown_lint:
name: Markdown Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@508d6cefd8f0cc99eab5d2d4685b1d5f470042c1 # v3.5.0
with:
config_file: ".markdownlintrc"
files: src
yaml_lint:
name: YAML Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: yamllint-cli
uses: "docker://pipelinecomponents/yamllint:latest"
with:
args: yamllint -c .yamllintrc .