Skip to content

feat(batch): make batching great again #89

feat(batch): make batching great again

feat(batch): make batching great again #89

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: test
uses: ./.github/workflows/release.yml
secrets: inherit