Skip to content

[no-relnotes] Use reusable workflows for CI #14

[no-relnotes] Use reusable workflows for CI

[no-relnotes] Use reusable workflows for CI #14

Workflow file for this run

on:
pull_request:
types:
- opened
- synchronize
branches:
- main
- release-*
jobs:
variables:
uses: ./.github/workflows/variables.yaml

Check failure on line 12 in .github/workflows/on-pr.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-pr.yaml

Invalid workflow file

The workflow is not valid. In NVIDIA/k8s-device-plugin/.github/workflows/basic-checks.yaml@17e87362e8324d376d746541af082b39ad1e915b (Line: 12, Col: 11): Error from called workflow NVIDIA/k8s-device-plugin/.github/workflows/code_scanning.yaml@17e87362e8324d376d746541af082b39ad1e915b (Line: 36, Col: 9): Unexpected symbol: '""'. Located at position 25 within expression: inputs.golang_verion == "" In NVIDIA/k8s-device-plugin/.github/workflows/basic-checks.yaml@17e87362e8324d376d746541af082b39ad1e915b (Line: 12, Col: 11): Error from called workflow NVIDIA/k8s-device-plugin/.github/workflows/code_scanning.yaml@17e87362e8324d376d746541af082b39ad1e915b (Line: 47, Col: 11): Unexpected symbol: '""'. Located at position 25 within expression: inputs.golang_verion == ""
checks:
needs:
- variables
uses: ./.github/workflows/basic-checks.yaml
with:
golang_version: ${{ needs.variables.outputs.golang_version }}