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: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: "3.11"
- uses: psf/black@stable
with:
black_args: ". --check"