Skip to content

Move IndexRemover to its own .hpp and .cpp file. #651

Move IndexRemover to its own .hpp and .cpp file.

Move IndexRemover to its own .hpp and .cpp file. #651

Workflow file for this run

name: Check formatting
concurrency:
group: ${{ github.workflow }}#${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- master
- release/**
jobs:
all:
name: C/C++, CMake and Python
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Update submodule
working-directory: ${{runner.workspace}}/nmodl
run: git submodule update --init cmake/hpc-coding-conventions
- name: Check formatting
working-directory: ${{runner.workspace}}/nmodl
run: cmake/hpc-coding-conventions/bin/format -v --dry-run