Skip to content

Commit cfd5b8c

Browse files
committed
fix: rename workflow job names to match branch protection checks
1 parent 1b24797 commit cfd5b8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
lint:
11-
name: Run on Ubuntu
11+
name: Lint
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Clone the code

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
name: Run on Ubuntu
11+
name: Tests
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Clone the code

0 commit comments

Comments
 (0)