This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Pin regctl installer to v0.1.0 release #15
This file contains hidden or 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
| name: Change Validation | |
| "on": | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| jobs: | |
| lint: | |
| uses: ./.github/workflows/lint.yml | |
| test-build: | |
| name: "Test: Run test build workflow" | |
| uses: ./.github/workflows/test-build.yml | |
| secrets: inherit | |
| test-build-SLSA: | |
| name: "Test: Run test build SLSA workflow" | |
| uses: ./.github/workflows/test-build-SLSA.yml | |
| secrets: inherit |