From ae04b4f626fe83ebcc83b94c5f4976ee870910c7 Mon Sep 17 00:00:00 2001 From: js0ny Date: Mon, 24 Feb 2025 01:09:08 +0000 Subject: [PATCH] ci: Auto format --- .github/workflows/shell-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/shell-check.yml b/.github/workflows/shell-check.yml index 65c11c6..dbcefed 100644 --- a/.github/workflows/shell-check.yml +++ b/.github/workflows/shell-check.yml @@ -8,6 +8,7 @@ on: - '**.zsh' - '**.bashrc' - 'justfile' + - 'Justfile' pull_request: paths: - '**.sh' @@ -15,6 +16,7 @@ on: - '**.zsh' - '**.bashrc' - 'justfile' + - 'Justfile' jobs: shell-check: