Skip to content

Commit

Permalink
v1 allows specifying of version
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Dec 30, 2023
1 parent b36090c commit c2df401
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c2df401

Please sign in to comment.