Skip to content

Re-initialized project with new ownership. #1

Re-initialized project with new ownership.

Re-initialized project with new ownership. #1

Workflow file for this run

name: On Push (Main)
on:
push:
branches:
- main
jobs:
test:
name: Run Tests
uses: ./.github/workflows/callable-test.yml
publish:
name: Publish Package to Registry
uses: ./.github/workflows/callable-publish.yml
needs:
- test
secrets:
token: ${{ secrets.NPM_TOKEN }}