Skip to content

feat: add a custom assembly with explicit return type for union distinct operation #18

feat: add a custom assembly with explicit return type for union distinct operation

feat: add a custom assembly with explicit return type for union distinct operation #18

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