Fix 2572, CFE_TIME unit test failure when CFE_MISSION_TIME_AT_TONE_WI… #32
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |