From 188d3a25c85688ca4ce28e9d6b565708c862e997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Mon, 28 Feb 2022 16:19:31 +0100 Subject: [PATCH] CI: enable globstar (#439) * CI: enable globstar --- .github/workflows/check-flake-files.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-flake-files.yml b/.github/workflows/check-flake-files.yml index 5edc9b4..07cdddb 100644 --- a/.github/workflows/check-flake-files.yml +++ b/.github/workflows/check-flake-files.yml @@ -33,6 +33,7 @@ jobs: - name: Try importing all custom flakes run: | + shopt -s globstar for flake_group in flakes/**/*.toml do ./result/bin/flake-info group "$flake_group" "$(basename "$flake_group" .toml)"