Skip to content

Add id attributes to heading elements #3

Add id attributes to heading elements

Add id attributes to heading elements #3

name: Verify/Build/Deploy
on:
push:
branches: [master]
pull_request:
jobs:
job:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- name: Install
run: npm install
- name: test
run: npm run test