Skip to content

Add scalar.proto, generate stubs, implement converter, and add unit tests. #152

Add scalar.proto, generate stubs, implement converter, and add unit tests.

Add scalar.proto, generate stubs, implement converter, and add unit tests. #152

Workflow file for this run

name: PR
on:
pull_request:
branches:
- main
- 'releases/**'
workflow_call:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run_ci:
name: Run CI
uses: ./.github/workflows/CI.yml
permissions:
contents: read
checks: write
pull-requests: write