Fire ValueChange event for entities when plugins offer data (#3992) #1
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: 17 | |
extra_gradle_params: "-PenableTestPlugins=true -PenableSpongeForge=true" | |
secrets: inherit |