Skip to content

Commit 98a9ce3

Browse files
committed
ci: rename workflows
1 parent f8271ae commit 98a9ce3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read
1111

1212
jobs:
13-
build:
13+
lint:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v6

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read
1111

1212
jobs:
13-
build:
13+
ubuntu:
1414
needs: [get-lts]
1515
runs-on: ubuntu-latest
1616
strategy:

0 commit comments

Comments
 (0)