Skip to content

Commit 9aaf453

Browse files
authored
Extended job names
1 parent 432aadd commit 9aaf453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-on-push-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
jobs:
88

99
python-lint:
10-
name: Python
10+
name: Python lint
1111
runs-on: ubuntu-latest
1212
steps:
1313

@@ -18,7 +18,7 @@ jobs:
1818
uses: chartboost/ruff-action@v1
1919

2020
yaml-lint:
21-
name: YAML
21+
name: YAML lint
2222
runs-on: ubuntu-latest
2323
steps:
2424

0 commit comments

Comments
 (0)