Skip to content

Commit 0e74b4d

Browse files
committed
ci: give lint, format jobs a name property
1 parent 1a7801f commit 0e74b4d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/format.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
format:
12+
name: Format
1213
runs-on: ubuntu-24.04
1314
steps:
1415
- uses: actions/checkout@v4
@@ -21,5 +22,5 @@ jobs:
2122
- name: Install dependencies
2223
run: npm ci --no-audit
2324

24-
- name: Lint
25+
- name: Check formatting
2526
run: npm run format:check

.github/workflows/lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
lint:
12+
name: Lint
1213
runs-on: ubuntu-24.04
1314
steps:
1415
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)