Skip to content

Add markdownlint.lintOutsideWorkspace setting to limit linting to workspace files #576

Add markdownlint.lintOutsideWorkspace setting to limit linting to workspace files

Add markdownlint.lintOutsideWorkspace setting to limit linting to workspace files #576

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