Skip to content

Markuplint v4.2

Markuplint v4.2 #21

Workflow file for this run

name: markuplint-test
on:
pull_request:
branches:
- main
paths:
- 'packages/markuplint/.markuplintrc'
- 'packages/markuplint/package.json'
- 'packages/markuplint/__tests__/valid/**/*.html'
push:
branches:
- main
paths:
- 'packages/markuplint/.markuplintrc'
- 'packages/markuplint/package.json'
- 'packages/markuplint/__tests__/valid/**/*.html'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm test -w '@w0s/markuplint-config'