Skip to content

Commit

Permalink
Merge pull request #78 from oracle-quickstart/gh-check-links
Browse files Browse the repository at this point in the history
add link check action on md
  • Loading branch information
jpalmeiro authored Jul 26, 2024
2 parents b07d47a + 8ccaf74 commit a3a6450
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Linkspector
on: [pull_request]
jobs:
check-links:
name: runner / linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
reporter: github-pr-review
fail_on_error: true

0 comments on commit a3a6450

Please sign in to comment.