Update project-origin/.github digest to 8058367 #616
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
name: Verifies PR are ready for merge | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
verify-devcontainer: | |
uses: project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@238235a0fd01afd857469538927e0a4a8865f2fc | |
verify-code: | |
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@238235a0fd01afd857469538927e0a4a8865f2fc | |
verify-renovate-config: | |
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@238235a0fd01afd857469538927e0a4a8865f2fc | |
verify-chart: | |
uses: project-origin/.github/.github/workflows/reusable-verify-chart.yaml@238235a0fd01afd857469538927e0a4a8865f2fc | |
verify-container-build: | |
uses: project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@238235a0fd01afd857469538927e0a4a8865f2fc | |
with: | |
imagename: ghcr.io/project-origin/stamp | |
version: test | |
context: ./src | |
dockerfile: ./src/Stamp.Dockerfile | |
push: false |