Add lin action and minor change to trigger it
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Java Google Checkstyle / Checkstyle Linter (push) Failing after 0s

This commit is contained in:
2026-01-23 22:33:33 -06:00
parent 6ad62b8339
commit ce188a899a
3 changed files with 53 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: Build with cached gradle
run-name: Building for ${{ gitea.actor }}
on: [push]
on: [pull_request]
jobs:
Build-with-gradle:
@@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: '22'
cache: 'gradle'
# cache-dependency-path: | # optional