Skip to content

USD ROP allow remapping explicit layer save paths to be remapped to AYON Entity URI #159

USD ROP allow remapping explicit layer save paths to be remapped to AYON Entity URI

USD ROP allow remapping explicit layer save paths to be remapped to AYON Entity URI #159

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