Skip to content

feat: make Effect variadic #10

feat: make Effect variadic

feat: make Effect variadic #10

Workflow file for this run

name: Push Main
on:
push:
branches: [main]
jobs:
call-format:
uses: ./.github/workflows/format.yml
call-test:
uses: ./.github/workflows/test.yml
secrets: inherit
call-publish:
needs: [call-format, call-test]
uses: ./.github/workflows/publish.yml
permissions:
contents: read
id-token: write