Skip to content

Suggested changes to the figures #81

Suggested changes to the figures

Suggested changes to the figures #81

name: "Check links of plain md files"
on:
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install prerequisites
run: |
curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
- name: Install tools
run: |
npm install -g @umbrelladocs/linkspector
- name: Verify linkspector config
run: |
cat .linkspector.yml
- name: run linkspector
run: |
linkspector check -c .linkspector.yml