Skip to content

Merge pull request #43 from wweqg/origin/normal-estimation #48

Merge pull request #43 from wweqg/origin/normal-estimation

Merge pull request #43 from wweqg/origin/normal-estimation #48

Workflow file for this run

name: Format
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check format
run: cargo fmt -- --check