Skip to content

Commit

Permalink
refactor(super-linter): clarify fetch depth requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutsen authored Nov 12, 2024
1 parent a762b1b commit 97c7f84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
type: string
required: false
default: ""

filter_regex_include:
description: Include files in linting using a regex pattern.
type: string
Expand All @@ -29,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: 0
fetch-depth: 0 # Required to get the list of files that changed across commits

- name: Lint Codebase
uses: super-linter/super-linter@b92721f792f381cedc002ecdbb9847a15ece5bb8
Expand Down

0 comments on commit 97c7f84

Please sign in to comment.