Merge pull request #1187 from parthenon-hpc-lab/lroberts36/add-more-c… #6655
Workflow file for this run
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: Check Formatting | |
on: push | |
jobs: | |
check-formatting: | |
name: Check Python and C++ Formatting | |
runs-on: ubuntu-latest | |
steps: | |
- uses: pgrete/cpp-py-formatter/check@v0.3.0 | |
with: | |
clangFormatVersion: 11 | |
token: ${{ secrets.GITHUB_TOKEN }} |