Skip to content

Refactor README.md (#43) #16

Refactor README.md (#43)

Refactor README.md (#43) #16

Workflow file for this run

name: Perform markdown linting
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '.github/**'
# - 'README.md'
- 'LICENSE'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
pull_request:
branches:
- main
paths-ignore:
- '.github/**'
# - 'README.md'
- 'LICENSE'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Clone this repo
uses: actions/checkout@v4
- name: Markdown Linting Action
id: lint
uses: avto-dev/[email protected]
with:
config: "./.markdownlint.yml"
args: "./services/**/*.md"