-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start work for issue #156 * ide: alphabatize launch configs * fix: fix bug with mutating incoming args for transpile readme process * ci: update reusable workflow references asdf
- Loading branch information
1 parent
24203b6
commit 6287307
Showing
8 changed files
with
151 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
add_new_item_to_project: | ||
name: Add New Issue | ||
needs: item_number | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
org-name: "${{ vars.ORGANIZATION_NAME }}" | ||
org-project-name: "${{ vars.ORG_PROJECT_NAME }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ jobs: | |
resolve_proj_file_path: | ||
name: Resolving ${{ inputs.project-name }} Project File Path | ||
needs: print_validate_workflow | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
project-name: ${{ inputs.project-name }} | ||
base-path: ${{ inputs.base-path }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,7 +157,7 @@ jobs: | |
validate_version: | ||
name: Validate Version | ||
needs: [print_validate_workflow, validate_branch] | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
project-name: "${{ inputs.project-name }}" | ||
release-type: "${{ inputs.release-type }}" | ||
|
@@ -168,7 +168,7 @@ jobs: | |
validate_tag: | ||
name: Validate Tag | ||
needs: validate_version | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
project-name: "${{ inputs.project-name }}" | ||
release-type: "${{ inputs.release-type }}" | ||
|
@@ -207,7 +207,7 @@ jobs: | |
validate_github_release: | ||
name: GitHub Release Does Not Exist | ||
needs: validate_version | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
project-name: "${{ inputs.project-name }}" | ||
version: "${{ needs.validate_version.outputs.version }}" | ||
|
@@ -218,7 +218,7 @@ jobs: | |
build_project: | ||
name: Build Main Project (${{ inputs.project-name }}) | ||
needs: print_validate_workflow | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
project-name: "${{ inputs.project-name }}" | ||
runs-on: "${{ inputs.runs-on }}" | ||
|
@@ -229,7 +229,7 @@ jobs: | |
run_tests: | ||
name: Run Tests | ||
needs: print_validate_workflow | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
project-name: "${{ inputs.project-name }}Tests" | ||
runs-on: "${{ inputs.runs-on }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -182,7 +182,7 @@ jobs: | |
validate_version: | ||
name: Validate Version | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
project-name: "${{ inputs.project-name }}" | ||
release-type: "${{ inputs.release-type }}" | ||
|
@@ -193,7 +193,7 @@ jobs: | |
validate_tag: | ||
name: Validate Tag | ||
needs: validate_version | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
project-name: "${{ inputs.project-name }}" | ||
release-type: "${{ inputs.release-type }}" | ||
|
@@ -205,7 +205,7 @@ jobs: | |
nuget_pkg_does_not_exist: | ||
name: Validate NuGet Package Does Not Exist | ||
needs: validate_version | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
project-name: "${{ inputs.project-name }}" | ||
version: "${{ needs.validate_version.outputs.version }}" | ||
|
@@ -214,7 +214,7 @@ jobs: | |
validate_milestone_status: | ||
name: Validate Milestone Status | ||
needs: validate_version | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
project-name: "${{ inputs.project-name }}" | ||
version: "${{ needs.validate_version.outputs.version }}" | ||
|
@@ -225,7 +225,7 @@ jobs: | |
validate_github_release: | ||
name: GitHub Release Does Not Exist | ||
needs: [validate_version] | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
project-name: "${{ inputs.project-name }}" | ||
version: "${{ needs.validate_version.outputs.version }}" | ||
|
@@ -236,7 +236,7 @@ jobs: | |
build_project: | ||
name: Build Main Project | ||
needs: print_validate_workflow | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
project-name: "${{ inputs.project-name }}" | ||
runs-on: "${{ inputs.runs-on }}" | ||
|
@@ -247,7 +247,7 @@ jobs: | |
run_tests: | ||
name: Run Tests | ||
needs: print_validate_workflow | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
project-name: "${{ inputs.project-name }}Tests" | ||
runs-on: "${{ inputs.runs-on }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ jobs: | |
resolve_proj_file_path: | ||
name: Resolving ${{ inputs.project-name }} Project File Path | ||
needs: print_validate_workflow | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].0 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
with: | ||
project-name: ${{ inputs.project-name }} | ||
base-path: ${{ inputs.base-path }} | ||
|
Oops, something went wrong.