Skip to content

updated user roles and metdata docs #1902

updated user roles and metdata docs

updated user roles and metdata docs #1902

Workflow file for this run

name: markdown lint
on:
push:
branches-ignore:
- master
- main
paths:
- "**/*.md"
pull_request:
branches:
- master
- main
paths:
- "**/*.md"
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
with:
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install Linter
run: npm install --ignore-scripts
- name: Add Matcher
uses: xt0rted/markdownlint-problem-matcher@v3
- name: Run Linter
run: ./node_modules/.bin/markdownlint-cli2