mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore(GHA): Making the Linkinator STEP non-blocking, rather than the JOB. (#30847)
This commit is contained in:
2
.github/workflows/superset-docs-verify.yml
vendored
2
.github/workflows/superset-docs-verify.yml
vendored
@@ -17,12 +17,12 @@ jobs:
|
|||||||
# See docs here: https://github.com/marketplace/actions/linkinator
|
# See docs here: https://github.com/marketplace/actions/linkinator
|
||||||
name: Link Checking
|
name: Link Checking
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: true # This will make the job advisory (non-blocking, no red X)
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# Do not bump this linkinator-action version without opening
|
# Do not bump this linkinator-action version without opening
|
||||||
# an ASF Infra ticket to allow the new verison first!
|
# an ASF Infra ticket to allow the new verison first!
|
||||||
- uses: JustinBeckwith/linkinator-action@v1.11.0
|
- uses: JustinBeckwith/linkinator-action@v1.11.0
|
||||||
|
continue-on-error: true # This will make the job advisory (non-blocking, no red X)
|
||||||
with:
|
with:
|
||||||
paths: "**/*.md, **/*.mdx"
|
paths: "**/*.md, **/*.mdx"
|
||||||
linksToSkip: >-
|
linksToSkip: >-
|
||||||
|
|||||||
Reference in New Issue
Block a user