Skip to content

Commit 9d377f6

Browse files
committed
rename action names tbv status checks
1 parent 93c003b commit 9d377f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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: Linting on Ubuntu
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Clone the code

.github/workflows/test-e2e.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-e2e:
11-
name: Run on Ubuntu
11+
name: End-2-End on Ubuntu
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: Testing on Ubuntu
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Clone the code

0 commit comments

Comments
 (0)