Skip to content

Commit

Permalink
fix: rename eslint task name
Browse files Browse the repository at this point in the history
  • Loading branch information
mew-ton committed Jan 31, 2024
1 parent e3bf77e commit b645944
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint__codebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b645944

Please sign in to comment.