nips/.github/workflows/markdownlint.yml
Mariano Pérez Rodríguez 534bedc193
Fix config file path
2023-04-17 13:32:27 -03:00

15 lines
285 B
YAML

name: markdownlint
on: [push, pull_request]
jobs:
delivery:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run markdownlint
uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.jsonc