Skip to content

Update the valid form ID range for light plugins in Skyrim SE and Fal… #66

Update the valid form ID range for light plugins in Skyrim SE and Fal…

Update the valid form ID range for light plugins in Skyrim SE and Fal… #66

Workflow file for this run

name: Run isort
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: isort/[email protected]
with:
configuration: "--profile black --line-length 125 --skip-glob LOOT-Warning-Checker/lib/*"