Skip to content

Commit 6a1ca8b

Browse files
committed
Run action-linkspector on ubuntu-latest
1 parent 3ce3b73 commit 6a1ca8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
check-links:
22-
runs-on: ubuntu-24.04-arm
22+
runs-on: ubuntu-latest # TODO: https://github.com/UmbrellaDocs/linkspector/issues/149
2323
if: github.event.repository.fork == false
2424
steps:
2525
- uses: actions/checkout@v5
@@ -34,7 +34,6 @@ jobs:
3434
pip install mkdocs-material
3535
mkdocs build --strict
3636
- uses: umbrelladocs/action-linkspector@v1
37-
if: false # TODO: https://github.com/UmbrellaDocs/linkspector/issues/149
3837
with:
3938
reporter: github-pr-check
4039
fail_on_error: true

0 commit comments

Comments
 (0)