set cron time to 0700 UTC #1457
Workflow file for this run
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: clang-format Check | |
| on: [pull_request] | |
| jobs: | |
| formatting-check: | |
| name: C++ formatting check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Check C++ formatting | |
| uses: jidicula/[email protected] | |
| with: | |
| clang-format-version: '14' | |
| check-path: 'src' |