Skip to content

(Towards #1719) Add/update LFRic kernels with active stencils in psyad example. #186

(Towards #1719) Add/update LFRic kernels with active stencils in psyad example.

(Towards #1719) Add/update LFRic kernels with active stencils in psyad example. #186

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'