From af70aa3a3b50172373fbe7992f061d867c8704f0 Mon Sep 17 00:00:00 2001 From: JonnyOThan Date: Mon, 1 Apr 2024 12:43:51 -0400 Subject: [PATCH] validate-cfg-files: apply sparse-checkout --- .github/workflows/validate-cfg-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-cfg-files.yml b/.github/workflows/validate-cfg-files.yml index 776feda1..278865b7 100644 --- a/.github/workflows/validate-cfg-files.yml +++ b/.github/workflows/validate-cfg-files.yml @@ -19,6 +19,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - filter: '*.cfg' + sparse-checkout: GameData - name: Validate config files uses: KSP-CKAN/KSPMMCfgParser@master