Skip to content

Commit d41ac97

Browse files
committed
Renames
1 parent 42a2b87 commit d41ac97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
test:
9+
name: Test
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: actions/checkout@v4
@@ -17,6 +18,7 @@ jobs:
1718
- run: npm run test
1819

1920
lint:
21+
name: Check lint
2022
runs-on: ubuntu-latest
2123
steps:
2224
- uses: actions/checkout@v4
@@ -27,7 +29,8 @@ jobs:
2729
- run: npm ci
2830
- run: npm run lint
2931

30-
prettier:
32+
format:
33+
name: Check code format
3134
runs-on: ubuntu-latest
3235
steps:
3336
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)