Skip to content

fix(wash-cli) wash dev with JSON output will panic when piped into jq #1675

fix(wash-cli) wash dev with JSON output will panic when piped into jq

fix(wash-cli) wash dev with JSON output will panic when piped into jq #1675

Workflow file for this run

name: typescript
on:
merge_group:
push:
branches:
- main
tags:
- 'typescript/apps/**'
- 'typescript/packages/**'
pull_request:
branches:
- main
permissions:
contents: read
concurrency:
group: washboard-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/ts-build.yml
test:
uses: ./.github/workflows/ts-test.yml
release:
if: startswith(github.ref, 'refs/tags/typescript/')
needs: [build, test]
permissions:
contents: write
uses: ./.github/workflows/ts-release.yml