Skip to content

run clang format for all sources #96

run clang format for all sources

run clang format for all sources #96

Workflow file for this run

name: clang
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
header-mode-tests:
runs-on: ubuntu-latest
steps:
- name: install clang
run: sudo apt install clang
- uses: actions/checkout@v3
- name: get updated submodules
run: git submodule update --init --recursive
- name: compile and run tests in header mode
run: make header_test CXX=clang++