Skip to content

docs: Add github actions badges to README.md. #234 #45

docs: Add github actions badges to README.md. #234

docs: Add github actions badges to README.md. #234 #45

Workflow file for this run

---
name: "markdownlint"
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
name: Check markdown with markdownlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run markdownlint
uses: nosborn/[email protected]
with:
files: .