Skip to content

config: add getmouseposition to the lua api #135

config: add getmouseposition to the lua api

config: add getmouseposition to the lua api #135

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/[email protected]
with:
clang-format-version: '13'
check-path: 'src'