Skip to content

Commit 3e1792c

Browse files
authored
fix: add suffix to template files (#362)
Add `.hbs` as a suffix to all Handlebars template files.
1 parent ebb48ec commit 3e1792c

44 files changed

Lines changed: 92 additions & 98 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.local.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 11 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ defaults:
2626
run:
2727
shell: $\{{ matrix.platform.shell }}
2828
steps:
29-
{{> stepsSetup jobIsMatrix=true }}
29+
{{> stepsSetupYml jobIsMatrix=true }}

lib/content/_job-release-integration.yml renamed to lib/content/_job-release-integration-yml.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defaults:
2929
run:
3030
shell: bash
3131
steps:
32-
{{> stepNode lockfile=false }}
32+
{{> stepNodeYml lockfile=false }}
3333
- name: View in Registry
3434
run: |
3535
EXIT_CODE=0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ defaults:
55
run:
66
shell: bash
77
steps:
8-
{{> stepsSetup }}
8+
{{> stepsSetupYml }}

0 commit comments

Comments
 (0)