Skip to content

Bump ruby/setup-ruby from 1.290.0 to 1.292.0 #596

Bump ruby/setup-ruby from 1.290.0 to 1.292.0

Bump ruby/setup-ruby from 1.290.0 to 1.292.0 #596

Workflow file for this run

name: readme-checker.yml – Checks for suggested markdown
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Checking markdown
uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101 # v22.0.0
with:
globs: |
*.md
**/*.md
!test/*.md
!_data/*.md