Skip to content

fix: emit optional keys in @property array{...} shapes instead of dro… #38

fix: emit optional keys in @property array{...} shapes instead of dro…

fix: emit optional keys in @property array{...} shapes instead of dro… #38

Workflow file for this run

name: Test Ferry
on:
pull_request:
branches: [master]
paths-ignore:
- "**/*.md"
push:
branches: [master]
paths-ignore:
- "**/*.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test