From b17c88561355c1c90780e33c6bebf1ef5a113d7c Mon Sep 17 00:00:00 2001 From: Matteo Dell'Acqua <82184604+MatteoH2O1999@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:07:15 +0100 Subject: [PATCH] Fix check workflow --- .github/workflows/check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index da92b30..56966aa 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -56,6 +56,7 @@ jobs: action.yml retention-days: 1 if-no-files-found: error + include-hidden-files: true test_python_build: needs: build runs-on: ${{ matrix.os }}