Skip to content

refactor (for qtils) #658

refactor (for qtils)

refactor (for qtils) #658

Workflow file for this run

name: Clang Tidy
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
container: qdrvm/kagome-dev@sha256:2d70246c32418a3dd45c246d3f5c2dd99bdafde145b903271849affe476c4cfc
steps:
- uses: actions/checkout@v1
name: checkout
with:
submodules: true
clean: true
fetch-depth: 1
- name: run checks
run: |
source /venv/bin/activate
export BUILD_DIR=build
cmake -G Ninja -B $BUILD_DIR .
cmake --build $BUILD_DIR --target generated
./housekeeping/clang-tidy-diff.sh