Skip to content

Python bindings for Its Services #9

Python bindings for Its Services

Python bindings for Its Services #9

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@v4
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