Skip to content

(Towards #3463) Reverse the order of operations to build the region in reverse #4342

(Towards #3463) Reverse the order of operations to build the region in reverse

(Towards #3463) Reverse the order of operations to build the region in reverse #4342

Workflow file for this run

name: Linkspector
on: [pull_request]
jobs:
check-links:
if: ${{ github.repository != 'stfc/PSyclone-mirror' }}
name: Run linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
fail_on_error: true
config_file: '.github/linkspector.yml'
filter_mode: nofilter
show_stats: true