Skip to content

Commit

Permalink
Adding link verifier to PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 9, 2023
1 parent 997b6a4 commit 97637f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,18 @@ jobs:
with:
config: .github/memory_statistics_config.json
check_against: docs/doxygen/include/size_table.md

link-verifier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Links
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: Skptak/CI-CD-Github-Actions/link-verifier@main
with:
path: ./

proof_ci:
if: ${{ github.event.pull_request }}
runs-on: cbmc_ubuntu-latest_64-core
Expand Down

0 comments on commit 97637f5

Please sign in to comment.