Skip to content

Fix #2529, Reduces CFE_EVS_MAX_PORT_MSG_LENGTH to prevent new line character truncation #2474

Fix #2529, Reduces CFE_EVS_MAX_PORT_MSG_LENGTH to prevent new line character truncation

Fix #2529, Reduces CFE_EVS_MAX_PORT_MSG_LENGTH to prevent new line character truncation #2474

Workflow file for this run

name: Format Check
# Run on all push and pull requests
on:
push:
pull_request:
workflow_dispatch:
schedule:
# 11:30 PM UTC every Sunday
- cron: '30 23 * * 0'
jobs:
format-check:
name: Run format check
uses: nasa/cFS/.github/workflows/format-check.yml@main