Skip to content

[ruby] Update nokogiri 1.16.7 → 1.17.1 (minor) #768

[ruby] Update nokogiri 1.16.7 → 1.17.1 (minor)

[ruby] Update nokogiri 1.16.7 → 1.17.1 (minor) #768

Workflow file for this run

# GitHub Actions Virtual Environments
# https://github.com/actions/virtual-environments/
name: Link Checker
on:
- pull_request
jobs:
main:
name: Link Check
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v4
# https://github.com/marketplace/actions/markdown-link-check
- name: markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
check-modified-files-only: 'yes'
config-file: '.github/workflows/link_check_config.json'