Skip to content

Minor hygiene items #201

Minor hygiene items

Minor hygiene items #201

Workflow file for this run

name: Verify PR
on:
pull_request:
branches:
- main
jobs:
verify:
runs-on: ubuntu-20.04
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Use Node.js 🐰
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Node Modules 💾
run: npm ci
- name: Lint and Spellcheck 🧶
run: npm run lint
- name: Set up mdBook 📚
run: cargo install mdbook mdbook-linkcheck mdbook-external-links
with:

Check failure on line 28 in .github/workflows/verify-pr.yaml

View workflow run for this annotation

GitHub Actions / Verify PR

Invalid workflow file

The workflow is not valid. .github/workflows/verify-pr.yaml (Line: 28, Col: 9): Unexpected value 'with'
token: ${{secrets.GITHUB_TOKEN}}
- name: Build mdBook 📚
run: mdbook build