Skip to content

Attractive project readme file #67

Attractive project readme file

Attractive project readme file #67

Workflow file for this run

name: Markdown Linter
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: markdown-lint
uses: articulate/actions-markdownlint@v1
with:
config: .github/workflows/markdownlint.json
ignore: pull_request_template.md .github/ISSUE_TEMPLATE