Skip to content

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

[no-relnotes] Use reusable workflows for CI

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

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@9a3c7b9ee65008593895ff40a5ea58328db17adc (Line: 12, Col: 11): Error from called workflow NVIDIA/k8s-device-plugin/.github/workflows/code_scanning.yaml@9a3c7b9ee65008593895ff40a5ea58328db17adc (Line: 60, Col: 21): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ steps.golang_version.outputs.golang_version
checks:
needs:
- variables
uses: ./.github/workflows/basic-checks.yaml
with:
golang_version: ${{ needs.variables.outputs.golang_version }}