Skip to content

Bump lycheeverse/lychee-action from 2ac9f030ccdea0033e2510a23a67da2a2da98492 to 1e92115388e88fdc331019d99c8ab8dfe97ddd13 #18

Bump lycheeverse/lychee-action from 2ac9f030ccdea0033e2510a23a67da2a2da98492 to 1e92115388e88fdc331019d99c8ab8dfe97ddd13

Bump lycheeverse/lychee-action from 2ac9f030ccdea0033e2510a23a67da2a2da98492 to 1e92115388e88fdc331019d99c8ab8dfe97ddd13 #18

Workflow file for this run

name: Check Markdown
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
merge_group:
permissions:
packages: read
jobs:
lint-markdown:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@v4.0.0
with:
node-version: "18.x"
registry-url: "https://npm.pkg.github.com"
scope: "@paritytech"
- name: Install tooling
run: |
npm install -g markdownlint-cli
markdownlint --version
- name: Check Markdown
env:
CONFIG: .github/.markdownlint.yaml
run: |
markdownlint --config "$CONFIG" --ignore target .