Skip to content

add test to increase coverage rate #176

add test to increase coverage rate

add test to increase coverage rate #176

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
clang-tidy-check:
name: Lint
runs-on: ubuntu-latest
container:
image: vsaglib/vsag:ubuntu
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install clang-tidy
run: sudo apt install clang-tidy-15 -y && sudo ln -s /usr/bin/clang-tidy-15 /usr/bin/clang-tidy
- name: Run lint
run: make debug && make lint