lint on pull request
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Java Google Checkstyle / Checkstyle Linter (pull_request) Failing after 17s

This commit is contained in:
2026-01-23 22:46:25 -06:00
parent 129bb0d9b1
commit 6e804af93c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: Build with cached gradle name: Build with cached gradle
run-name: Building for ${{ gitea.actor }} run-name: Building for ${{ gitea.actor }}
on: [pull_request] on: [label]
jobs: jobs:
Build-with-gradle: Build-with-gradle:
+1 -1
View File
@@ -4,7 +4,7 @@ permissions:
contents: read contents: read
pull-request: write pull-request: write
on: [push] on: [pull_request]
jobs: jobs:
checkstyle: checkstyle: