Skip to content

Fix: yarn.lock

Fix: yarn.lock #2

Workflow file for this run

## Canary CI/CD
name: Canary
run-name: Canary
on:
push:
branches:
- master
jobs:
canary:
if: ${{ github.actor != 'PlaychiJs-Bot' }}
uses: tasvirchi/playchi-js-common/.github/workflows/canary_dependency.yaml@master

Check failure on line 13 in .github/workflows/run_canary.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/run_canary.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/run_canary.yaml" -> "tasvirchi/playchi-js-common/.github/workflows/canary_dependency.yaml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
node-version: "20.x"
schema-type: "playerV3Versions"
tests-yarn-run-to-execute: 'build lint type-check test'