Skip to content

Bump the action-updates group with 6 updates #93

Bump the action-updates group with 6 updates

Bump the action-updates group with 6 updates #93

Workflow file for this run

name: Pull request validation
run-name: "Pull request validation: ${{ github.event.pull_request.number }}"
on:
pull_request:
branches:
- main
concurrency:
group: "pull-request-${{ github.event.pull_request.number }}"
cancel-in-progress: true
permissions:
contents: read
packages: write
jobs:
go:
name: Golang
uses: ./.github/workflows/go.yaml

Check failure on line 21 in .github/workflows/pull-request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yaml" -> "./.github/workflows/go.yaml" : failed to fetch workflow: workflow was not found.
py:
name: Python
uses: ./.github/workflows/py.yaml
image:
name: Image
uses: ./.github/workflows/image.yaml
with:
version: "${{ github.event.pull_request.number }}"
push: false