From 3423b55c139b8f3a0ee3104d9f485ceced7a194c Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 29 Nov 2022 03:11:44 +0100 Subject: [PATCH] npm ci with --ignore-scripts to skip husky install (#33031) --- .github/workflows/link-check-on-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check-on-pr.yml b/.github/workflows/link-check-on-pr.yml index 1ebf3d64e9..b4e5676369 100644 --- a/.github/workflows/link-check-on-pr.yml +++ b/.github/workflows/link-check-on-pr.yml @@ -38,7 +38,7 @@ jobs: cache: npm - name: Install - run: npm ci + run: npm ci --ignore-scripts - name: Figure out which docs-early-access branch to checkout, if internal repo if: ${{ github.repository == 'github/docs-internal' }}