Skip to content

support has_aux for manifold gradient functions #163

support has_aux for manifold gradient functions

support has_aux for manifold gradient functions #163

Workflow file for this run

name: lint
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
black-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Black Code Formatter
uses: lgeiger/black-action@master
with:
args: ". --check"