Skip to content

Commit

Permalink
Create Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Dec 11, 2023
1 parent a66c376 commit 1bf7e7a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
custom: ["https://afdian.net/@Glavo", "https://donate.glavo.site/"]
20 changes: 20 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Gradle Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
gradle-check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- uses: gradle/gradle-build-action@v2
with:
arguments: check --info --no-daemon --stacktrace

0 comments on commit 1bf7e7a

Please sign in to comment.