mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 23:19:08 -05:00
15 lines
285 B
YAML
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
|