Skip to content

Commit 41cd7c3

Browse files
committed
Updates per changes in style conventions
1 parent ac51bcd commit 41cd7c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pipeline.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
branches: [main]
88

99
jobs:
10-
ci-build:
10+
CiBuild:
1111
name: CI Build
1212
uses: connorjs/github-workflows/.github/workflows/npm-ci-build~v1.yaml@features/npm-ci-build
1313

14-
pipeline-tests:
14+
PipelineTests:
1515
name: Test (${{ matrix.node }} | ${{ matrix.platform.os }})
1616
if: false
1717
defaults:
@@ -92,15 +92,15 @@ jobs:
9292
run: |
9393
scripts/test.sh foo custom-config-path.config.mjs '-c .config/custom-config-path.config.mjs'
9494
95-
publish:
95+
Publish:
9696
name: Publish
9797
if: ${{ github.ref == 'refs/heads/main' }}
9898
needs:
99-
- ci-build # For version variable
100-
- pipeline-tests # Requires passing tests
99+
- CiBuild # For version variable
100+
- PipelineTests # Requires passing tests
101101
runs-on: ubuntu-latest
102102
env:
103-
semVer: ${{needs.ci-build.outputs.semVer}}
103+
semVer: ${{needs.CiBuild.outputs.semVer}}
104104
permissions:
105105
contents: write
106106
id-token: write

0 commit comments

Comments
 (0)