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: