Hardening pc-linux Memory Validation via Dynamic /proc/self/maps Discovery #412
This file contains hidden or 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: | ||
| pull_request: | ||
| types: | ||
| - opened | ||
| - reopened | ||
| - synchronize | ||
| jobs: | ||
| format-check: | ||
| name: Run format check | ||
| uses: nasa/cFS/.github/workflows/format-check.yml@main | ||
|
Check failure on line 14 in .github/workflows/format-check.yml
|
||