Skip to content

Commit

Permalink
fix ci names
Browse files Browse the repository at this point in the history
  • Loading branch information
yktakaha4 committed Jan 4, 2024
1 parent fe72669 commit 35d62d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
lint:
name: lint
name: Lint
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
Expand All @@ -19,7 +19,7 @@ jobs:
- run: yarn lint

build:
name: build
name: Build
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
Expand All @@ -31,7 +31,7 @@ jobs:
- run: yarn build

test:
name: test
name: Test
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
Expand Down

0 comments on commit 35d62d8

Please sign in to comment.