mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-10 06:04:15 +00:00
v1 allows specifying of version
This commit is contained in:
parent
b36090c1fc
commit
c2df401d31
3 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -35,6 +35,6 @@ jobs:
|
|||
run: yamllint .
|
||||
|
||||
- name: Lint docs
|
||||
uses: articulate/actions-markdownlint@v1.1.0
|
||||
uses: articulate/actions-markdownlint@v1
|
||||
with:
|
||||
version: 0.32.2
|
||||
|
|
2
.github/workflows/docs-deploy.yml
vendored
2
.github/workflows/docs-deploy.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Lint docs
|
||||
uses: articulate/actions-markdownlint@v1.1.0
|
||||
uses: articulate/actions-markdownlint@v1
|
||||
with:
|
||||
version: 0.32.2
|
||||
|
||||
|
|
2
.github/workflows/docs-test.yml
vendored
2
.github/workflows/docs-test.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Lint docs
|
||||
uses: articulate/actions-markdownlint@v1.1.0
|
||||
uses: articulate/actions-markdownlint@v1
|
||||
with:
|
||||
version: 0.32.2
|
||||
|
||||
|
|
Loading…
Reference in a new issue