From 3fd678492f46efb5e895dcfb72fadd19b1700e2c Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Thu, 17 Nov 2022 10:06:42 +0100 Subject: [PATCH] ci: fix shellfmt workflow name Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- .github/workflows/test-shellfmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-shellfmt.yml b/.github/workflows/test-shellfmt.yml index 8d94afd93..6da82e788 100644 --- a/.github/workflows/test-shellfmt.yml +++ b/.github/workflows/test-shellfmt.yml @@ -1,4 +1,4 @@ -name: Shellcheck +name: Shellfmt on: workflow_dispatch: push: