Skip to content

Check style with clang-format in CI #1

Check style with clang-format in CI

Check style with clang-format in CI #1

name: Check clang-format
on:
pull_request:
jobs:
check-clang-format:
name: proteus
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:
- name: Install clang-format
run: sudo apt install clang-format
- uses: actions/checkout@v4
- name: Run clang-format
run: git clang-format ${{ github.base_ref }}