Skip to content

Merge pull request #50 from manutheblacker/patch-1 #124

Merge pull request #50 from manutheblacker/patch-1

Merge pull request #50 from manutheblacker/patch-1 #124

Workflow file for this run

name: markdown-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-changelog:
name: Lint README.md file
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Markdown Linting Action
uses: avto-dev/markdown-lint@v1.5.0