Skip to content

Commit 1ce8870

Browse files
committed
Renamed job keys + added names for readability
1 parent e6e54af commit 1ce8870

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ on: [push, pull_request]
33

44
jobs:
55

6-
ruff:
6+
python-lint:
7+
name: Python
78
runs-on: ubuntu-latest
89
steps:
910
- uses: actions/checkout@v4
1011
- uses: chartboost/ruff-action@v1
1112

12-
yamllint:
13+
yaml-lint:
14+
name: YAML
1315
runs-on: ubuntu-latest
1416
steps:
1517
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)