Skip to content

Commit e30773a

Browse files
fix: Fix the name of the lint CI rule. (#119)
1 parent 6da16c4 commit e30773a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
name: test
2+
name: lint
33
on:
44
pull_request:
55
branches:
66
- main
77
jobs:
8-
build:
8+
lint:
99
runs-on: ubuntu-latest
1010
container: node:20
1111
steps:

0 commit comments

Comments
 (0)