Skip to content

.github, config, json, nimble: bump Nim from 1.6.12 to 2.0.0 #740

.github, config, json, nimble: bump Nim from 1.6.12 to 2.0.0

.github, config, json, nimble: bump Nim from 1.6.12 to 2.0.0 #740

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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@8f3516061301755c97ff833a8e933f09282cc5b5
with:
globs: "**/*.md"