Skip to content

Add CI and CD

Add CI and CD #6

Workflow file for this run

name: CI and CD
on:
push:
pull_request:
jobs:
ci:
name: CI
uses: GiganticMinecraft/shared-workflows/.github/workflows/kotlin-ci.yaml@main
cd:
name: CD
needs:
- ci
uses: GiganticMinecraft/shared-workflows/.github/workflows/kotlin-ci.yaml@main

Check failure on line 15 in .github/workflows/ci-and-cd.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-and-cd.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-and-cd.yaml" -> "GiganticMinecraft/shared-workflows/.github/workflows/kotlin-ci.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
if: github.ref == 'refs/heads/main'