Skip to content

Add basic CI

Add basic CI #1

Workflow file for this run

name: ⚙️ CI
on: push
jobs:
call-install:
uses: ./.github/actions/install.yaml

Check failure on line 7 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

invalid value workflow reference: no version specified
call-build-lint:
needs: call-install
uses: ./.github/actions/build-lint.yaml
call-tests:
needs: call-install
uses: ./.github/actions/tests.yaml
call-docs:
needs: call-install
uses: ./.github/actions/docs.yaml