summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Forster <github@brendanforster.com>2024-09-04 10:45:59 -0300
committerGitHub <noreply@github.com>2024-09-04 10:45:59 -0300
commit51593e52dfa6ac71da9d2a018f171c6dd430dc57 (patch)
treeef15fb1e07c8d0f39d56a0db35ee7d4a880ee7bc
parenta4b9b081607f81bd8e6c0b1c3a1a62b2f0e33cb4 (diff)
downloadrest-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.yml2
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: