Skip to content

Commit 9f5d54e

Browse files
committed
fix: correct job name from 'Jest' to 'commitlint' in CI workflow
Signed-off-by: Rafael Julio <development@rafifos.dev>
1 parent 76bcf00 commit 9f5d54e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: pnpm test
4949

5050
commitlint:
51-
name: Jest
51+
name: commitlint
5252
runs-on: ubuntu-latest
5353

5454
steps:

0 commit comments

Comments
 (0)