Skip to content

Migrate docs from skeleton #7

Migrate docs from skeleton

Migrate docs from skeleton #7

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
# TODO: Use the CI straight from the template
uses: ./.github/workflows/_check.yml
docs:
needs: check
if: ${{ ! needs.check.outputs.branch-pr }}
uses: ./.github/workflows/_docs.yml

Check failure on line 15 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/_docs.yml" : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
release:
if: github.ref_type == 'tag'
needs: docs
# TODO: Use the CI straight from the template
uses: ./.github/workflows/_release.yml
permissions:
contents: write