Skip to content

chore: Bump versions in GitHub workflows #6

chore: Bump versions in GitHub workflows

chore: Bump versions in GitHub workflows #6

Workflow file for this run

name: Linters
on: pull_request
jobs:
format:
name: C++ Formatting
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Get run-clang-format and config
run: |
wget https://raw.githubusercontent.com/machines-in-motion/mpi_cmake_modules/master/scripts/run-clang-format
wget https://raw.githubusercontent.com/machines-in-motion/mpi_cmake_modules/master/resources/_clang-format
- name: Run clang-format
run: |
echo "::notice::Using clang-format $(clang-format --version)"
python ./run-clang-format -r .