Skip to content

chore: clean up old build artifacts and rename build output #10

chore: clean up old build artifacts and rename build output

chore: clean up old build artifacts and rename build output #10

Workflow file for this run

name: CI
on:
push:
branches:
- main
release:
types: [published, edited, prereleased]
jobs:
check:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
build:
permissions: write-all
needs: check
uses: ./.github/workflows/build.yml

Check failure on line 22 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:702fdf9aaaac1a7a34f2a61878a419cf2a615408) : workflow is not reusable as it is missing a `on.workflow_call` trigger