Skip to content

[OoT] Fix custom-path OoT/MM DL import not reading object header #1796

[OoT] Fix custom-path OoT/MM DL import not reading object header

[OoT] Fix custom-path OoT/MM DL import not reading object header #1796

Workflow file for this run

# https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: Black Lint
on: [push, pull_request]
jobs:
black-lint:
permissions: {} # Remove all permissions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: psf/black@23.12.1