From 7d6abfaea27ac3da9ffcb06c2e5e900252592614 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Tue, 22 Jul 2025 18:36:31 +0200 Subject: [PATCH] pseudo runCmd --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f91766d08b..ef289463e0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -58,6 +58,7 @@ jobs: with: push: never configFile: .devcontainer/turbo-lint-unit/devcontainer.json + runCmd: echo "Successfully ran lint and unit tests in dev container postStartCommand" core: name: core