Skip to content

Commit

Permalink
replace fharper/wget with suisei-cn/actions-download-file for files dl
Browse files Browse the repository at this point in the history
Since it's a JavaScript GitHub Action, it's working on all OS: wget was a containerized one, which was only working on Linux-based OS
  • Loading branch information
fharper committed Jul 11, 2023
1 parent fc97015 commit 32791f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
uses: actions/checkout@master

- name: Download .markdownlint.json
uses: fharper/wget@v1
uses: suisei-cn/actions-download-file@v1.4.0
with:
args: -O .markdownlint.json https://raw.githubusercontent.com/fharper/gh-configs/main/.markdownlint.json
url: "https://raw.githubusercontent.com/fharper/gh-configs/main/.markdownlint.json"

- name: Validate Markdown
uses: DavidAnson/markdownlint-cli2-action@v9
Expand Down

0 comments on commit 32791f3

Please sign in to comment.