diff options
author | Brendan Forster <github@brendanforster.com> | 2024-09-04 10:45:59 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 10:45:59 -0300 |
commit | 51593e52dfa6ac71da9d2a018f171c6dd430dc57 (patch) | |
tree | ef15fb1e07c8d0f39d56a0db35ee7d4a880ee7bc | |
parent | a4b9b081607f81bd8e6c0b1c3a1a62b2f0e33cb4 (diff) | |
download | rest-api-description-51593e52dfa6ac71da9d2a018f171c6dd430dc57.tar.gz rest-api-description-51593e52dfa6ac71da9d2a018f171c6dd430dc57.zip |
Drop `fetch-depth: 0` to avoid fetching full history
-rw-r--r-- | .github/workflows/linter.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index d266d5f8b..4a2cf8a57 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -11,8 +11,6 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Yaml Lint uses: karancode/yamllint-github-action@v2.0.0 with: |