Skip to content

Remove Qt 5 ifdef guards and code #522

Remove Qt 5 ifdef guards and code

Remove Qt 5 ifdef guards and code #522

Workflow file for this run

name: Clang Format Check
on: [push, pull_request]
jobs:
ubuntu64:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Install clang format
run: |
sudo apt-get install -y clang-format-13
- name: Check the Formatting
run: |
./formatcode.sh
./CI/check-format.sh