Skip to content

ci: bump ws

ci: bump ws #227

Workflow file for this run

name: 'TypeScript Checker'
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
cancel-in-progress: true
jobs:
ts-checks:
uses: zondax/_workflows/.github/workflows/_checks-ts.yaml@v5
with:
package_manager: pnpm

Check failure on line 21 in .github/workflows/ci-ts.yml

View workflow run for this annotation

GitHub Actions / TypeScript Checker

Invalid workflow file

The workflow is not valid. .github/workflows/ci-ts.yml (Line: 21, Col: 24): Invalid input, package_manager is not defined in the referenced workflow.
enable_coverage: false