Skip to content

Bug fixes and executable improvement #328

Bug fixes and executable improvement

Bug fixes and executable improvement #328

Workflow file for this run

name: format
on: [push, pull_request]
env:
RCF_REPO_DIR: "run-clang-format"
MGARD_REPO_DIR: "MGARD"
jobs:
clang-format:
runs-on: ubuntu-22.04
steps:
- run: sudo apt-get install clang-format
- uses: actions/[email protected]
with:
repository: Sarcasm/run-clang-format
path: "${{ env.RCF_REPO_DIR }}"
- uses: actions/[email protected]
with:
path: "${{ env.MGARD_REPO_DIR }}"
- run: "\"${{ env.RCF_REPO_DIR }}/run-clang-format.py\" --clang-format-executable \"$(which clang-format)\" --extensions c,h,cpp,hpp,tpp --recursive \"${{ env.MGARD_REPO_DIR }}\""