Skip to content

chore: clang format increment column width #33

chore: clang format increment column width

chore: clang format increment column width #33

Workflow file for this run

name: "LIBS"
on:
push:
branches: [main]
pull_request:
branches: ["*"]
paths:
- "libs/**"
jobs:
compile_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Check format"
run: make check_fmt
- name: "Compile"
run: make build
- name: "Run tests"
run: make test FAIL_FAST=true