Skip to content

Commit 0ff1d7c

Browse files
committed
workflow jobs should have names
1 parent 3ac1e2c commit 0ff1d7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ concurrency:
1818
jobs:
1919

2020
format:
21+
name: "Check formatting"
2122
runs-on: ubuntu-latest
2223
steps:
2324
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -29,6 +30,7 @@ jobs:
2930
args: 'format --check'
3031

3132
lint:
33+
name: "Lint"
3234
runs-on: ubuntu-latest
3335
steps:
3436
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)