Skip to content

docs: update service catalog index #76

docs: update service catalog index

docs: update service catalog index #76

Workflow file for this run

---
name: Markdown
"on":
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint code
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run markdownlint
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: "**.md"
style:
name: Check style
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run prettier
uses: creyD/prettier_action@v4.3
with:
dry: true
prettier_options: "--check **/*.md"