-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
š§Remove deno scripts and config (#1043)
* Start of Work #1042 * feat(#1042): Removed Deno Config and Script * ci: force status checks * ci: force status checks * ci: fix workflow reference and input issue --------- Co-authored-by: CalvinWilkinson <[email protected]>
- Loading branch information
1 parent
2d60feb
commit 7f43352
Showing
6 changed files
with
1 addition
and
289 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -15,10 +15,8 @@ on: | |
jobs: | ||
sdk_status_check: | ||
name: ${{ vars.PROJECT_NAME }} SDK Status Check | ||
uses: KinsonDigital/Infrastructure/.github/workflows/validate-sdk-setup[email protected] | ||
uses: KinsonDigital/Infrastructure/.github/workflows/validate-sdk-versions[email protected] | ||
with: | ||
repo-name: "${{ vars.PROJECT_NAME }}" | ||
checkout-repository: ${{ github.event.pull_request.head.repo.full_name }} | ||
checkout-ref: ${{ github.event.pull_request.head.ref }} | ||
secrets: | ||
cicd-pat: ${{ secrets.CICD_TOKEN }} |
Oops, something went wrong.