-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Go version and add verification in CI (#48)
* Update Go version and add verification in CI Signed-off-by: Aditya Sirish A Yelgundhalli <aditya@saky.in> * Bump test layout expiries Signed-off-by: Aditya Sirish A Yelgundhalli <aditya@saky.in> --------- Signed-off-by: Aditya Sirish A Yelgundhalli <aditya@saky.in>
- Loading branch information
1 parent
ec49805
commit 8d5f7d5
Showing
5 changed files
with
36 additions
and
10 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Verify layouts | ||
on: | ||
push: | ||
branches: ['main'] | ||
pull_request: | ||
jobs: | ||
verify-layouts: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
- name: Verify test standard layout | ||
run: | | ||
go run main.go -l layouts/layout.yml -a test-data | ||
- name: Verify test NPM layout | ||
run: | | ||
go run main.go -l layouts/layout-npm.yml -a test-data-npm --substitute-parameters parameters/npm-sigstore.json |
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
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