From 92fec8fb4e7a6aa6dd51778f8af8b2c3780a2f90 Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 12 Nov 2024 11:48:53 -0800 Subject: [PATCH] test --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8c7f4b70df..087b33d03e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,6 +26,8 @@ jobs: echo '::endgroup::' set +e + ls -las + pwd pre-commit run --all-files --show-diff-on-failure status=$?