lint on pull request
Some checks failed
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

View File

@@ -1,6 +1,6 @@
name: Build with cached gradle
run-name: Building for ${{ gitea.actor }}
on: [pull_request]
on: [label]
jobs:
Build-with-gradle:

View File

@@ -4,7 +4,7 @@ permissions:
contents: read
pull-request: write
on: [push]
on: [pull_request]
jobs:
checkstyle: