Skip to content

ci: add unfinished publish workflow #50

ci: add unfinished publish workflow

ci: add unfinished publish workflow #50

Workflow file for this run

name: Integrate
on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:
jobs:
quality:
name: Quality
uses: ./.github/workflows/_quality.yaml
build:
name: Build
uses: ./.github/workflows/_build.yaml
package:
name: Package
needs: [build]
uses: ./.github/workflows/_package.yaml

Check failure on line 19 in .github/workflows/integrate.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/integrate.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/integrate.yaml" -> "./.github/workflows/_package.yaml" (source branch with sha:8ab4b2c2d28398941346011994a96d2c85e31397) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref