Skip to content

Merge pull request #5 from ThatRoboticFish/patch-1 #11

Merge pull request #5 from ThatRoboticFish/patch-1

Merge pull request #5 from ThatRoboticFish/patch-1 #11

Workflow file for this run

name: Lint Markdown
'on':
push:
branches:
- main
pull_request:
branches:
- main
jobs:
linting:
name: "Markdown linting"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Check out the code
- name: Lint Code Base
uses: docker://avtodev/markdown-lint:v1
with:
args: "**/*.md"