Skip to content

Mouse click with shift and crtl #181

Mouse click with shift and crtl

Mouse click with shift and crtl #181

Workflow file for this run

name: Verify Formatting
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- uses: DoozyX/clang-format-lint-action@v0.14
with:
source: '.'
extensions: 'h,cpp'
clangFormatVersion: 11
style: file