Skip to content

Merge branch 'master' of https://github.com/elalish/manifold #178

Merge branch 'master' of https://github.com/elalish/manifold

Merge branch 'master' of https://github.com/elalish/manifold #178

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@v3
- uses: DoozyX/[email protected]
with:

Check failure on line 16 in .github/workflows/check_format.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check_format.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
source: '.'
exclude: '*/third_party','*/java'
extensions: 'h,cpp,js,ts,html'
clangFormatVersion: 12
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./bindings/python/examples"