Skip to content

(Closes 2311) Add functionality to derive module and subroutine names of adjoint test from filename for LFRic API #490

(Closes 2311) Add functionality to derive module and subroutine names of adjoint test from filename for LFRic API

(Closes 2311) Add functionality to derive module and subroutine names of adjoint test from filename for LFRic API #490

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'