We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea9735 commit 1b5cdd8Copy full SHA for 1b5cdd8
1 file changed
.github/workflows/check-all-english-links.yml
@@ -11,6 +11,11 @@ jobs:
11
if: github.repository == 'github/docs-internal'
12
runs-on: ubuntu-latest
13
steps:
14
+ - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
15
+ - name: npm ci
16
+ run: npm ci
17
+ - name: npm run build
18
+ run: npm run build
19
- name: Run script
20
run: script/check-english-links.js > broken_links.md
21
- name: Check if any broken links
0 commit comments