Skip to content

base: Fix dangling thread name #387

base: Fix dangling thread name

base: Fix dangling thread name #387

Workflow file for this run

name: Formatting lint
on: [push]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt install cmake-format clang-format
- name: Running clang-format
env:
CI: 1
run: ./cb format
- name: Running cmake-format
run: ./cb lint-cmake
- name: Print out diff
run: git diff