diff --git a/.github/workflows/lint-go.yml b/.github/workflows/lint-go.yml index 8777774c..c4ec174b 100644 --- a/.github/workflows/lint-go.yml +++ b/.github/workflows/lint-go.yml @@ -16,7 +16,7 @@ on: permissions: contents: read jobs: - lint: + lint-go: name: Lint-Go runs-on: ubuntu-latest steps: diff --git a/.github/workflows/lint-spellcheck.yml b/.github/workflows/lint-spellcheck.yml index af31f544..46a3a7c8 100644 --- a/.github/workflows/lint-spellcheck.yml +++ b/.github/workflows/lint-spellcheck.yml @@ -1,4 +1,4 @@ -name: Lint +name: Lint Spellcheck on: push: branches: