Skip to content

Formatting and structure cleanup #2

Formatting and structure cleanup

Formatting and structure cleanup #2

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
clang-tidy-checking:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Clang Tidy
run: sudo apt install -y clang-tidy
shell: bash
- name: Run Clang Tidy
run: clang-tidy --config-file=.clang-tidy src/**/*.cpp src/**/*.h src/*.cpp # missing Main.cpp