From 5dbebc2098045629f17d8f3e57c0efed7aa0fde2 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem <4048546+olehermanse@users.noreply.github.com> Date: Thu, 23 Oct 2025 22:51:36 +0200 Subject: [PATCH] Rename job from 'check' to 'lint' in workflow --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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