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 ef7e6b4 commit 05b7142Copy full SHA for 05b7142
.github/workflows/ci.yml
@@ -4,6 +4,7 @@ on: [push]
4
5
jobs:
6
test:
7
+ name: Test
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
@@ -22,6 +23,7 @@ jobs:
22
23
base-path: packages/protoc-gen-nexus
24
25
test-e2e:
26
+ name: E2E Test - Node.js v${{ matrix.node-version }}
27
strategy:
28
matrix:
29
node-version: [16, 18]
.github/workflows/lint.yml
@@ -4,7 +4,7 @@ on: [pull_request]
lint:
- if: github.event_name == 'pull_request'
+ name: Lint and Format
0 commit comments