Skip to content

Commit 5976e7c

Browse files
nit: fix job name to be 'lint'
1 parent 82c6b55 commit 5976e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
jobs:
2-
scripts:
2+
lint:
33
runs-on: ubuntu-latest
44
steps:
55
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)