We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce33df1 commit 0babb6aCopy full SHA for 0babb6a
1 file changed
.github/workflows/check-all-english-links.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Run script
15
- run: script/check-english-links > broken_links.md
+ run: script/check-english-links.js > broken_links.md
16
- name: Check if any broken links
17
id: check
18
run: |
0 commit comments