Fix copy&paste error

This commit is contained in:
Mariano Pérez Rodríguez 2023-04-17 11:51:27 -03:00
parent 764b6c0844
commit 82054453e5
No known key found for this signature in database
GPG Key ID: 695E1DF7F390D47A

View File

@ -1,2 +1,12 @@
- name: MarkdownLint mdl Action name: markdownlint
uses: actionshub/markdownlint@v2.1.2
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