Skip to content

fix: #81 Transpiling LLD config issue #69

fix: #81 Transpiling LLD config issue

fix: #81 Transpiling LLD config issue #69

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