mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
build(ci): make linkinator advisory (#30257)
This commit is contained in:
1
.github/workflows/superset-docs-verify.yml
vendored
1
.github/workflows/superset-docs-verify.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user