Skip to content

Commit

Permalink
ci: setup GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Apr 28, 2024
1 parent 57c6b5b commit 51209f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Build
on: [ push, pull_request ]

jobs:
build:
uses: okocraft/workflows/.github/workflows/gradle.yml@v1
with:
java-version: '21'
package-name: BoxTradeStick-Build-${{ github.run_number }}
upload-test-results: true

0 comments on commit 51209f5

Please sign in to comment.