Update lint.yml

This commit is contained in:
Elliot Matson 2022-05-30 19:07:44 -05:00 committed by GitHub
parent 93df1b7b0f
commit 9485143ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
- name: Check out the codebase. - name: Check out the codebase.
uses: actions/checkout@v3 uses: actions/checkout@v3
with: 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 fetch-depth: 0
- name: Lint Code Base - name: Lint Code Base