Skip to content

Merge pull request #32 from Dichloromethane/dependabot/github_actions… #87

Merge pull request #32 from Dichloromethane/dependabot/github_actions…

Merge pull request #32 from Dichloromethane/dependabot/github_actions… #87

Workflow file for this run

name: markdownlint
on: [ "push", "pull_request" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out the Repository
uses: actions/checkout@v4
- name: Run markdownlint (mdl)
uses: bewuethr/mdl-action@master
with:
style-file: .github/workflows/markdownlint.rb