Skip to content

Disabled table-row-column-alignment rule #44

Disabled table-row-column-alignment rule

Disabled table-row-column-alignment rule #44

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@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm test -w '@w0s/markuplint-config'