Skip to content

Add nnpdf to the list of HSF Affiliated packages #3328

Add nnpdf to the list of HSF Affiliated packages

Add nnpdf to the list of HSF Affiliated packages #3328

Workflow file for this run

name: Check Markdown links
on: [push, pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Ruby Install
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: Jekyll Build
run: bundler exec jekyll build
- name: Check Links
uses: tcort/github-action-markdown-link-check@v1
with:
config-file: '.github/config/mdcheck.json'
check-modified-files-only: 'yes'
use-verbose-mode: 'yes'
base-branch: 'main'