diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 76a5d9688..a8057b198 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: shellcheck +name: Lint with shellcheck on: push: @@ -7,7 +7,7 @@ on: branches: [master] jobs: - check: + lint: runs-on: ubuntu-latest permissions: contents: read