Skip to content

Apply clang-tidy fixes #1

Apply clang-tidy fixes

Apply clang-tidy fixes #1

Workflow file for this run

name: Pre Commit
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
lfs: true
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
- name: Check
run: |
pre-commit run --all-files