From 31fd883fb260898ed9925e7c8c60db6afc85944a Mon Sep 17 00:00:00 2001 From: Allison Piper Date: Tue, 9 Jul 2024 18:54:07 -0400 Subject: [PATCH] Use `make_devcontainers.sh --clean` when validating. (#1963) This will catch issues like #1955 before they hit `main`. --- .github/workflows/verify-devcontainers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-devcontainers.yml b/.github/workflows/verify-devcontainers.yml index fe964fab47..1e8733de80 100644 --- a/.github/workflows/verify-devcontainers.yml +++ b/.github/workflows/verify-devcontainers.yml @@ -36,7 +36,7 @@ jobs: sudo chmod +x /usr/local/bin/yq - name: Run the script to generate devcontainer files run: | - ./.devcontainer/make_devcontainers.sh --verbose + ./.devcontainer/make_devcontainers.sh --verbose --clean - name: Check for changes run: | if [[ $(git diff --stat) != '' || $(git status --porcelain | grep '^??') != '' ]]; then