mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 23:19:08 -05:00
Fix copy&paste error
This commit is contained in:
parent
764b6c0844
commit
82054453e5
14
.github/workflows/markdownlint.yml
vendored
14
.github/workflows/markdownlint.yml
vendored
|
@ -1,2 +1,12 @@
|
|||
- name: MarkdownLint mdl Action
|
||||
uses: actionshub/markdownlint@v2.1.2
|
||||
name: markdownlint
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
delivery:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
- name: Run mdl
|
||||
uses: actionshub/markdownlint@main
|
||||
|
|
Loading…
Reference in New Issue
Block a user