Skip to content

Minor correction to build script, should use which to resolve gh #353

Minor correction to build script, should use which to resolve gh

Minor correction to build script, should use which to resolve gh #353

Workflow file for this run

name: Markdownlint Action
on: push
jobs:
build:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nosborn/github-action-markdown-cli@v3.3.0
name: Markdownlint
with:
files: .
config_file: ".markdownlint.json"