Skip to content

Install manifold.pc under CMAKE_INSTALL_LIBDIR (#946) #6

Install manifold.pc under CMAKE_INSTALL_LIBDIR (#946)

Install manifold.pc under CMAKE_INSTALL_LIBDIR (#946) #6

Workflow file for this run

name: Check code formatting
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check_format:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: '*/third_party'
extensions: 'h,cpp,js,ts,html'
clangFormatVersion: 18
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./bindings/python/examples"