Skip to content

Bump DavidAnson/markdownlint-cli2-action from 15 to 17 #105

Bump DavidAnson/markdownlint-cli2-action from 15 to 17

Bump DavidAnson/markdownlint-cli2-action from 15 to 17 #105

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: '**/*.md'
- name: Run ShellCheck
uses: azohra/shell-linter@latest
with:
path: "bin/"