Skip to content

Recipe: File-based symbol import/export (#239) #40

Recipe: File-based symbol import/export (#239)

Recipe: File-based symbol import/export (#239) #40

Workflow file for this run

name: Check if all links are reachable
on:
push:
branches: main
pull_request:
branches: main
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: npm ci
- name: Check links
run: npm run check:links