Skip to content

Various minor adjustments to the code and preparation for GTK+ 3 #5

Various minor adjustments to the code and preparation for GTK+ 3

Various minor adjustments to the code and preparation for GTK+ 3 #5

---
name: clang-format Check
on:
- push
- pull_request
permissions:
contents: read
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: '13'