Skip to content

Fix bugs in lists, links, and checkboxes, plus some cleanup #56

Fix bugs in lists, links, and checkboxes, plus some cleanup

Fix bugs in lists, links, and checkboxes, plus some cleanup #56

Workflow file for this run

name: Validate PR
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
name: Validate PR
steps:
- uses: actions/checkout@v3
- name: Run linting rules and tests
uses: actions/setup-node@v3
with:
node-version: 16.18.0
- run: npm ci
- run: npm run build
- run: npm run validate