Skip to content

Commit

Permalink
Signed-off-by: kingthorin <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin committed Jun 6, 2024
1 parent c2ee0f6 commit 4b30017
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/md-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: '20'
- name: Install dependencies
run: npm install -g [email protected]
- name: Changed Files Exporter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/md-lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: '20'
- name: Install dependencies
run: npm install -g markdownlint-cli
- name: Run linter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/md-textlint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: '20'
- name: Install dependencies
run: |
npm install -g textlint
Expand Down

0 comments on commit 4b30017

Please sign in to comment.