Skip to content

build(deps): bump iffy/install-nim from 5.0.2 to 5.0.4 #1200

build(deps): bump iffy/install-nim from 5.0.2 to 5.0.4

build(deps): bump iffy/install-nim from 5.0.2 to 5.0.4 #1200

Workflow file for this run

name: markdownlint
on: [push, pull_request, workflow_dispatch]
jobs:
markdownlint:
name: Lint markdown files
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@510b996878fc0d1a46c8a04ec86b06dbfba09de7
with:
globs: "**/*.md"