Skip to content

Merge branch 'main' of https://github.com/Melon-Studio/Hot-HMCL #8

Merge branch 'main' of https://github.com/Melon-Studio/Hot-HMCL

Merge branch 'main' of https://github.com/Melon-Studio/Hot-HMCL #8

Workflow file for this run

name: Check Style
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-package: 'jdk+fx'
- name: Check style main
run: ./gradlew checkstyleMain
- name: Check style test
run: ./gradlew checkstyleTest