Skip to content

USD Export: Workaround default prim bug in Maya 2025.3 with Maya USD 0.30.0 #526

USD Export: Workaround default prim bug in Maya 2025.3 with Maya USD 0.30.0

USD Export: Workaround default prim bug in Maya 2025.3 with Maya USD 0.30.0 #526

Workflow file for this run

name: 📇 Code Linting
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number}}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1