Skip to content

Map method_5797 in Entity and SimpleInventory #52

Map method_5797 in Entity and SimpleInventory

Map method_5797 in Entity and SimpleInventory #52

Workflow file for this run

name: "Check spelling"
on:
pull_request:
push:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
config: "cspell.config.json"
files: "mappings/**/*.mapping"
incremental_files_only: false