From a4a44cbe67e6e5d043ced03f0545f20e3db1d0ba Mon Sep 17 00:00:00 2001 From: Dan Hensby Date: Thu, 14 Sep 2023 22:48:44 +0100 Subject: [PATCH] ci: only checkout latest history for lint step The linting step does not need the entire repository history to run. Only checkout the minimal history to allow faster lint step. --- .github/workflows/nodejs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 97b68f65c..03efeef75 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,8 +17,6 @@ jobs: steps: - uses: actions/checkout@v3 - with: - fetch-depth: 0 - name: Use Node.js 16 uses: actions/setup-node@v3 with: