Skip to content

Commit 85d8fed

Browse files
authored
Normalize workflow job names (#748)
Signed-off-by: Casper Beyer <[email protected]>
1 parent cb895df commit 85d8fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check
1+
name: check
22
on:
33
push:
44
branches:
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
format:
1111
runs-on: ubuntu-latest
12-
name: Format
12+
name: format
1313
steps:
1414
- name: Check out repository
1515
uses: actions/checkout@v5

0 commit comments

Comments
 (0)