Skip to content

deps: bump @ipfs-shipyard/pinning-service-client from 1.0.1 to 2.0.0 … #52

deps: bump @ipfs-shipyard/pinning-service-client from 1.0.1 to 2.0.0 …

deps: bump @ipfs-shipyard/pinning-service-client from 1.0.1 to 2.0.0 … #52

Workflow file for this run

name: On push to main branch
on:
push:
branches:
- main
workflow_dispatch:
inputs:
type:
description: 'Emulate a push manually: Only do this if semantic-release fails!'
required: false
default: 'nothing'
type: choice
options:
- push
- nothing
jobs:
analyze:
uses: ./.github/workflows/codeql-analysis.yml
build:
uses: ./.github/workflows/build-all-platforms.yml
release:
needs: [build]
uses: ./.github/workflows/js-test-and-release.yml

Check failure on line 28 in .github/workflows/on-main-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-main-push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/on-main-push.yml" -> "./.github/workflows/js-test-and-release.yml" (source branch with sha:24dc7734a8e216b846cb9675cdcf49618831e277) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets: inherit
# see https://docs.github.com/en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow
build_reports:
name: Build Compliance Reports
uses: ./.github/workflows/build-reports.yml
secrets: inherit
publish_reports:
name: Publish Compliance Reports
needs: [build_reports]
uses: ./.github/workflows/publish-reports.yml
secrets: inherit
with:
type: ${{ github.event.inputs.type || github.event_name }}