Skip to content

feat: stricter validation of heading fragments by being Case sensitive #25

feat: stricter validation of heading fragments by being Case sensitive

feat: stricter validation of heading fragments by being Case sensitive #25

Workflow file for this run

name: "Test"
on:
push:
branches: [develop]
pull_request:
branches: [master, develop]
jobs:
test:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/[email protected]"
- name: "Setup Node.js"
uses: "actions/[email protected]"
with:
node-version: "lts/*"
cache: "npm"
- name: "Install dependencies"
run: "npm clean-install"
- name: "Test"
run: "npm run test"