Skip to content

improve accuracy

improve accuracy #21

Workflow file for this run

name: Clang-Format
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: KyleMayes/install-llvm-action@v1
with:
version: "17.0"
directory: ${{ runner.temp }}/llvm
- name: Verify formatting
run: |
python ./support/run-clang-format.py -r src
python ./support/run-clang-format.py -r test