Skip to content

feat: oss-serverless support #89

feat: oss-serverless support

feat: oss-serverless support #89

Workflow file for this run

name: Pull Request CI check
on:
workflow_dispatch:
pull_request:
branches:
- main
permissions:
id-token: write
contents: write
jobs:
build:
uses: ./.github/workflows/common-build.yml
secrets: inherit
test:
uses: ./.github/workflows/common-test.yml
secrets: inherit
needs: build
with:
mode: build
testMonorepo: false