Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #32 from Gongoliers/3_4_2024_ci
Browse files Browse the repository at this point in the history
3/4/2024 ci
  • Loading branch information
haydenheroux authored Mar 4, 2024
2 parents ed20ceb + a67b0d2 commit 75731e8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- run: ./gradlew build
spotless:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- run: ./gradlew spotlessCheck
17 changes: 0 additions & 17 deletions .github/workflows/spotless.yml

This file was deleted.

2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ tasks.withType(JavaCompile) {
}

spotless {
enforceCheck false

java {
target fileTree('.') {
include '**/*.java'
Expand Down

0 comments on commit 75731e8

Please sign in to comment.