Skip to content

Commit e84a8eb

Browse files
authored
ci: fix yml
1 parent 7e4d1a9 commit e84a8eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15-
unit test and lint:
15+
unit-test_and_lint:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v3
@@ -32,4 +32,4 @@ jobs:
3232
run: pnpm run lint:fix
3333

3434
- name: unit test
35-
run: pnpm run test
35+
run: pnpm run test

0 commit comments

Comments
 (0)