Skip to content

Support struct arguments with all optional fields #52

Support struct arguments with all optional fields

Support struct arguments with all optional fields #52

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- main
- release-*
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
scan:
uses: ./.github/workflows/scan.yml
pull-request:
needs: build
name: Pull request success
runs-on: ubuntu-latest
steps:
- run: "true"