Skip to content

2023-10 Minor updates. #2

2023-10 Minor updates.

2023-10 Minor updates. #2

Workflow file for this run

name: "PR to main - @iwsio/json-csv-core"
on:
pull_request:
branches: [ main ]
paths:
- 'packages/json-csv-core/**'
jobs:
test:
if: ${{ !contains(github.event.head_commit.message, '#skip') }}
uses: ./.github/workflows/core-test.yaml