From 4e41d314245aec25a6903ae9009c04b130b12eac Mon Sep 17 00:00:00 2001 From: phalanx-hk Date: Sun, 14 Jan 2024 20:23:32 +0900 Subject: [PATCH] rename ci --- .github/workflows/{action_lint.yaml => actionlint.yaml} | 2 +- .github/workflows/{lint.yaml => shellcheck.yaml} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{action_lint.yaml => actionlint.yaml} (95%) rename .github/workflows/{lint.yaml => shellcheck.yaml} (87%) diff --git a/.github/workflows/action_lint.yaml b/.github/workflows/actionlint.yaml similarity index 95% rename from .github/workflows/action_lint.yaml rename to .github/workflows/actionlint.yaml index 0a47de7..ee9c35a 100644 --- a/.github/workflows/action_lint.yaml +++ b/.github/workflows/actionlint.yaml @@ -1,4 +1,4 @@ -name: Action_lint +name: actionlint on: push: diff --git a/.github/workflows/lint.yaml b/.github/workflows/shellcheck.yaml similarity index 87% rename from .github/workflows/lint.yaml rename to .github/workflows/shellcheck.yaml index efe3ea8..4f7151e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/shellcheck.yaml @@ -1,4 +1,4 @@ -name: shell lint +name: shellcheck on: push: @@ -8,8 +8,8 @@ on: - 'LICENSE' jobs: - shell_lint: - name: shell_lint + shellcheck: + name: shellcheck runs-on: ubuntu-latest steps: