Skip to content

ci: fix wheels download (#30) #80

ci: fix wheels download (#30)

ci: fix wheels download (#30) #80

Workflow file for this run

name: clang-tidy check
on: [push, pull_request]
jobs:
clang-tidy:
name: clang-tidy check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies
run: sudo apt-get install -y clang-tidy
- name: Run check
run: mkdir build && cd build && cmake .. && make clang-tidy