From 8a91c12674dba0691eb2dbed58b6d31f2615a242 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Wed, 26 Feb 2025 09:58:58 -0500 Subject: [PATCH] Fix yaml linter --- .github/workflows/validate_yaml_files.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate_yaml_files.yml b/.github/workflows/validate_yaml_files.yml index 449db6e..4b4c116 100644 --- a/.github/workflows/validate_yaml_files.yml +++ b/.github/workflows/validate_yaml_files.yml @@ -15,7 +15,11 @@ jobs: validate-YAML: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout repo + uses: actions/checkout@v4 + with: + fetch-depth: 0 + filter: blob:none - id: yaml-lint name: yaml-lint uses: ibiqlik/action-yamllint@v3