Skip to content

Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /schemas (#… #630

Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /schemas (#…

Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /schemas (#… #630

Workflow file for this run

name: Markdown checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths:
- .github/workflows/markdownlint.yml
- .markdownlint.yaml
- '**.md'
permissions:
contents: read
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: install markdownlint
run: sudo npm install -g markdownlint-cli
- name: run markdownlint
run: markdownlint '**.md' --ignore 'node_modules/**'