Skip to content

release DeckDoc v3.4.0 diagnostics foundation (#28) #13

release DeckDoc v3.4.0 diagnostics foundation (#28)

release DeckDoc v3.4.0 diagnostics foundation (#28) #13

Workflow file for this run

name: DeckDoc tests
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Shell syntax
run: bash -n deckdoc.sh setup.sh lib/*.sh modules/*.sh probe/*.sh bootprobe/*.sh privileged/* tests/*.sh
- name: Regression and safety suite
run: bash tests/test_runner.sh
- name: Documentation links
run: node tests/validate_links.js