Skip to content

Commit

Permalink
Fix GitHub workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Oct 17, 2024
1 parent 9addb1c commit 77c08c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: ESLint

on:
push:
Expand All @@ -8,8 +8,8 @@ on:
pull_request:

jobs:
eslint:
name: ESLint
lint:
name: Lint
runs-on: warp-ubuntu-latest-x64-8x
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 77c08c8

Please sign in to comment.