Skip to content

Add test for tidying head styles and scripts #20

Add test for tidying head styles and scripts

Add test for tidying head styles and scripts #20

Workflow file for this run

name: Run tests
on: [push]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 24
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm run build
- run: npm t