Skip to content

Add an inspection for when the mod id in fabric.mod.json doesn't match the mod id in the code (#2499) #455

Add an inspection for when the mod id in fabric.mod.json doesn't match the mod id in the code (#2499)

Add an inspection for when the mod id in fabric.mod.json doesn't match the mod id in the code (#2499) #455

Workflow file for this run

name: PR Validation
on:
pull_request:
branches: ['*']
jobs:
validation:
name: Validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v4