From b645944a206a10a8585124359695aa81431b07b6 Mon Sep 17 00:00:00 2001 From: mew-ton Date: Wed, 31 Jan 2024 14:12:27 +0900 Subject: [PATCH] fix: rename eslint task name --- .github/workflows/lint__codebase.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint__codebase.yml b/.github/workflows/lint__codebase.yml index 7083945..23f4e39 100644 --- a/.github/workflows/lint__codebase.yml +++ b/.github/workflows/lint__codebase.yml @@ -12,8 +12,7 @@ on: types: [opened, synchronize] jobs: - eslint: - name: "Lint: ESLint" + biome: if: | !contains(github.event.pull_request.labels.*.name, 'renovate') runs-on: ubuntu-latest