Skip to content

Bump to fix Worker build #46

Bump to fix Worker build

Bump to fix Worker build #46

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: '*'
jobs:
trigger-lint:
name: Run Lint Checks
uses: ./.github/workflows/lint.yml
trigger-unit-test:
name: Run Unit Tests
uses: ./.github/workflows/unit-test.yml
secrets: inherit