Skip to content

Commit 99ab412

Browse files
committed
rename lint job for consistency
1 parent f5332d2 commit 99ab412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: Node.js CI
4+
name: Linting
55

66
on:
77
push:
@@ -10,7 +10,7 @@ on:
1010
branches: [ main ]
1111

1212
jobs:
13-
build:
13+
lint:
1414

1515
runs-on: ubuntu-latest
1616

0 commit comments

Comments
 (0)