Skip to content

Replacing any with unknown and adding a few assertions. Dropping impl… #12

Replacing any with unknown and adding a few assertions. Dropping impl…

Replacing any with unknown and adding a few assertions. Dropping impl… #12

Workflow file for this run

name: Push to main - @iwsio/json-csv-node
on:
push:
branches: [ main ]
paths:
- 'packages/json-csv-node/**'
jobs:
test:
uses: ./.github/workflows/node-test.yaml
version-and-publish:
needs: test
if: ${{ !contains(github.event.head_commit.message, '#skip') }}
uses: ./.github/workflows/node-publish.yaml
secrets: inherit