Skip to content

Add markdownlint.fixAllExcludeRules to exclude rules from "Fix all" #574

Add markdownlint.fixAllExcludeRules to exclude rules from "Fix all"

Add markdownlint.fixAllExcludeRules to exclude rules from "Fix all" #574

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- run: npm install --no-package-lock
- run: npm test
- uses: coactions/setup-xvfb@v1
with:
run: npm run test-ui