Ship mixinextras-forge only in prod, use -common in dev #2022
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Spotless Check | |
on: | |
push: | |
branches: "**" | |
tags-ignore: ["**"] | |
pull_request: | |
jobs: | |
call-check: | |
uses: SpongePowered/.github/.github/workflows/shared-check-spotless.yaml@master | |
with: | |
runtime_version: 21 | |
extra_gradle_params: "-Pprojects=vanilla,forge,neoforge,testplugins" | |
secrets: inherit |