Skip to content

Extras moved to /extra folder and their own modules #56

Extras moved to /extra folder and their own modules

Extras moved to /extra folder and their own modules #56

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: ["main"]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: .
config_file: .markdownlint.yaml
dot: true