Skip to content

(Closes #2716) Add support for module-inlining calls to polymorphic kernels/routines #428

(Closes #2716) Add support for module-inlining calls to polymorphic kernels/routines

(Closes #2716) Add support for module-inlining calls to polymorphic kernels/routines #428

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@v4
- 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'