Skip to content

fix(core): sanitize hidden control characters and whitespace in extra… #70

fix(core): sanitize hidden control characters and whitespace in extra…

fix(core): sanitize hidden control characters and whitespace in extra… #70

Workflow file for this run

name: ci-ts

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-ts.yml

Invalid workflow file

(Line: 10, Col: 5): you may only define one of `paths` and `paths-ignore` for a single event
on:
pull_request:
paths:
- "packages/core-ts/**"
- "spec/**"
# `verify-parity` owns this file's CI surface; skip here to avoid
# duplicate runs on vectors-only PRs.
paths-ignore:
- "spec/vectors.json"
# Note: paths + paths-ignore combine as an AND across all changed files.
# If a PR changes spec/vectors.json *together with* packages/core-ts/**,
# this workflow is skipped; verify-parity.yml still runs the identical
# commands, so functional coverage is preserved under a different check.
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install
- run: pnpm --filter stellar-address-kit test