Skip to content

Commit

Permalink
ci: only checkout latest history for lint step
Browse files Browse the repository at this point in the history
The linting step does not need the entire repository history to
run. Only checkout the minimal history to allow faster lint step.
  • Loading branch information
dhensby committed Sep 14, 2023
1 parent 0755d6f commit a4a44cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -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:
Expand Down

0 comments on commit a4a44cb

Please sign in to comment.