diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 054f558..0bc142a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: - name: Check out the codebase. uses: actions/checkout@v3 with: - # Full git history is needed to get a proper list of changed files within `super-linter` + # Full git history is needed to get a proper list of changed files fetch-depth: 0 - name: Lint Code Base