Skip to content

Bump DavidAnson/markdownlint-cli2-action from 13 to 15 #91

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

Bump DavidAnson/markdownlint-cli2-action from 13 to 15 #91

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@v15
with:
globs: '**/*.md'
- name: Run ShellCheck
uses: azohra/shell-linter@latest
with:
path: "bin/"