build(ci): make linkinator advisory (#30257)

This commit is contained in:
Evan Rusackas
2024-09-13 09:09:00 -06:00
committed by GitHub
parent dbab2fb955
commit 3877355555

View File

@@ -16,6 +16,7 @@ jobs:
# See docs here: https://github.com/marketplace/actions/linkinator
name: Link Checking
runs-on: ubuntu-latest
continue-on-error: true # This will make the job advisory (non-blocking, no red X)
steps:
- uses: actions/checkout@v4
- uses: JustinBeckwith/linkinator-action@v1.10.4