Skip to content

RSS button: link to XML via RelPermalink #30

RSS button: link to XML via RelPermalink

RSS button: link to XML via RelPermalink #30

Workflow file for this run

# Runs `npm test` to build Docsy & the User Guide and run all repo checks across
# OSs.
name: test
on:
push:
branches: [main]
pull_request:
schedule:
- cron: '11 0 * * *' # 11 past midnight every day
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: package.json
- run: npm install --omit=optional
- run: npm test