Skip to content

Commit

Permalink
build(ci): make linkinator advisory (#30257)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Sep 13, 2024
1 parent dbab2fb commit 3877355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/superset-docs-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3877355

Please sign in to comment.