mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 23:19:08 -05:00
Use better action
This commit is contained in:
parent
82054453e5
commit
6a5a01e355
6
.github/workflows/markdownlint.yml
vendored
6
.github/workflows/markdownlint.yml
vendored
|
@ -8,5 +8,7 @@ jobs:
|
|||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
- name: Run mdl
|
||||
uses: actionshub/markdownlint@main
|
||||
- name: Run markdownlint
|
||||
uses: articulate/actions-markdownlint@v1
|
||||
with:
|
||||
config: markdownlint.json
|
||||
|
|
Loading…
Reference in New Issue
Block a user