Skip to content

[Maya] Add missing bones using mel command called from executeCommand #43

[Maya] Add missing bones using mel command called from executeCommand

[Maya] Add missing bones using mel command called from executeCommand #43

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--verbose --line-length 100"