Skip to content

new(ci): added gha support. #1

new(ci): added gha support.

new(ci): added gha support. #1

Workflow file for this run

name: CI Build
on:
pull_request:
branches:
- master
workflow_dispatch:
# Checks if any concurrent jobs under the same pull request or branch are being executed
# NOTE: this will cancel every workflow that is being ran against a PR as group is just the github ref (without the workflow name)
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build-test:
uses: ./.github/workflows/reusable_build_test_driverkit.yml

Check failure on line 16 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/reusable_build_test_driverkit.yml" : You have an error in your yaml syntax on line 15
with:
arch: amd64
build-test-arm64:
uses: ./.github/workflows/reusable_build_test_driverkit.yml
with:
arch: arm64