Skip to content

update version to 2.7.0-pre #228

update version to 2.7.0-pre

update version to 2.7.0-pre #228

Workflow file for this run

name: Code Formatting Check
on:
push:
branches: [ 2_x_dev ]
pull_request:
branches: [ 2_x_dev ]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Clang Format
run: sudo apt install clang-format-12
- name: Run clang format
run: ./format.sh -d