Skip to content

feat(v2.3.4): elevated parser.ts to main library #6

feat(v2.3.4): elevated parser.ts to main library

feat(v2.3.4): elevated parser.ts to main library #6

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