Skip to content

Fix nasa#229, Check return values for CFE_SB_Subscribe in TO_LAB_init() #268

Fix nasa#229, Check return values for CFE_SB_Subscribe in TO_LAB_init()

Fix nasa#229, Check return values for CFE_SB_Subscribe in TO_LAB_init() #268

Workflow file for this run

name: Format Check
# Run on all push and pull requests
on:
push:
branches:
- dev
- main
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
format-check:
name: Run format check
uses: nasa/cFS/.github/workflows/format-check.yml@dev