From a6d7bfc7f85c86e63b74c60c509296e27cf19b08 Mon Sep 17 00:00:00 2001 From: Michael Uti Date: Mon, 23 Sep 2024 21:51:40 +0100 Subject: [PATCH] ci: run shfmt when bats file is modified --- .github/workflows/shell.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 1364795d43b..bd9d5376c6f 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -11,11 +11,13 @@ on: - ".github/workflows/shell.yml" - "**.sh" - "**.bash" + - "**.bats" push: paths: - ".github/workflows/shell.yml" - "**.sh" - "**.bash" + - "**.bats" branches: - develop schedule: