Skip to content

ci: update formatting and linting rules #2

ci: update formatting and linting rules

ci: update formatting and linting rules #2

Workflow file for this run

name: Check clang-format
on:
pull_request:
branches: [main, dev]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check clang-format version
run: clang-format --version
- name: Run clang-format
run: clang-format --style=file --dry-run --Werror *.cpp *.hpp