Skip to content

add github build and test workflows #1

add github build and test workflows

add github build and test workflows #1

Workflow file for this run

name: CI
on: [push, pull_request]
permissions: {}
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" (source branch with sha:966d39e5bf83f7a0b4797116259b0dace4fb918b) : You have an error in your yaml syntax on line 36
test:
uses: ./.github/workflows/test.yml