Skip to content

feat: introduce time type #334

feat: introduce time type

feat: introduce time type #334

Workflow file for this run

name: C++ formatting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Run clang-format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './third_party'
extensions: 'h,cpp'
clangFormatVersion: 18