Skip to content

ctrl+scroll to pan the view #134

ctrl+scroll to pan the view

ctrl+scroll to pan the view #134

name: clang-format Check
on: [push]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.8.0
with:
clang-format-version: '13'
check-path: 'src'