Skip to content

Ensure test runner failure if any error was reported by testcases #70

Ensure test runner failure if any error was reported by testcases

Ensure test runner failure if any error was reported by testcases #70

Workflow file for this run

name: Style Check
on:
pull_request:
branches:
- master
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Install clang-format
run: sudo apt update && sudo apt install -y clang-format
- name: Run git-clang-format
run: git-clang-format --diff origin/master