Skip to content

.github/workflows/ci.yml #226

.github/workflows/ci.yml

.github/workflows/ci.yml #226

Workflow file for this run

on:
pull_request:
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml

Check failure on line 7 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/build.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
test:
needs: [build]
uses: ./.github/workflows/test.yml