We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c003b commit 9d377f6Copy full SHA for 9d377f6
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
lint:
11
- name: Run on Ubuntu
+ name: Linting on Ubuntu
12
runs-on: ubuntu-latest
13
steps:
14
- name: Clone the code
.github/workflows/test-e2e.yml
test-e2e:
+ name: End-2-End on Ubuntu
.github/workflows/test.yml
test:
+ name: Testing on Ubuntu
0 commit comments