Skip to content

Bump nokogiri from 1.16.5 to 1.18.3 #291

Bump nokogiri from 1.16.5 to 1.18.3

Bump nokogiri from 1.16.5 to 1.18.3 #291

Workflow file for this run

name: Markdownlint Action
on: push
permissions: read-all
jobs:
build:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Markdownlint
uses: nosborn/github-action-markdown-cli@58bcfd1af530d87a13d51b76e6713b52602e3613 # v3.4.0
with:
files: .
config_file: ".github/markdownlint.json"
ignore_path: ".github/.markdownlintignore"