Skip to content

release: version 0.8.2 #70

release: version 0.8.2

release: version 0.8.2 #70

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Checkstyle
on:
push:
branches: "**"
tags-ignore: ["**"]
pull_request:
jobs:
call-check:
uses: SpongePowered/.github/.github/workflows/shared-check-style.yaml@master
with:
runtime_version: 17
secrets: inherit