From b65d33de3ad1f6c5398d0f1f25d4319e7216a5ed Mon Sep 17 00:00:00 2001 From: rzadp Date: Thu, 14 Mar 2024 21:20:15 +0100 Subject: [PATCH] tree --- .github/workflows/publish-templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-templates.yml b/.github/workflows/publish-templates.yml index e89c1c15ed068..625ca83b196d5 100644 --- a/.github/workflows/publish-templates.yml +++ b/.github/workflows/publish-templates.yml @@ -87,7 +87,7 @@ jobs: cd node # Commented out for now because it's very long. # cargo build - cargo fmt --check + cargo tree --depth 1 working-directory: "${{ env.template-path }}" - name: Push changes run: |