Skip to content

cmake(bugfix):do not set nuttx_add_app NAME as required #141

cmake(bugfix):do not set nuttx_add_app NAME as required

cmake(bugfix):do not set nuttx_add_app NAME as required #141

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
pull_request_review:
types: [submitted]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
ci:
uses: open-vela/public-actions/.github/workflows/ci.yml@trunk
secrets: inherit