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: gcc-gnu
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
header-mode-tests:
runs-on: ubuntu-latest
steps:
- 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