ci: check for broken links

This commit is contained in:
f 2023-08-22 11:48:57 -03:00
parent 12c1620bbf
commit 82eb7a82da

16
.github/workflows/hyperlink.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: "Check for broken links"
on:
push:
branches:
- "main"
jobs:
deploy:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "pnpm/action-setup@v2"
with:
version: 8
run_install: true
- name: "Run"
run: "./node_modules/.bin/hyperlink -r ."