1
0
mirror of synced 2026-01-09 06:03:09 -05:00

need to do a checkout after all (#16430)

This commit is contained in:
Sarah Schneider
2020-11-10 16:40:55 -05:00
committed by GitHub
parent 3ea9735fd7
commit 1b5cdd82f5

View File

@@ -11,6 +11,11 @@ jobs:
if: github.repository == 'github/docs-internal'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- name: npm ci
run: npm ci
- name: npm run build
run: npm run build
- name: Run script
run: script/check-english-links.js > broken_links.md
- name: Check if any broken links