Add actions workflow

This commit is contained in:
Jason Penilla
2024-05-22 16:19:46 -07:00
committed by Spottedleaf
parent ca661908c4
commit 5ec8a635a7
3 changed files with 20 additions and 0 deletions

5
.gitattributes vendored Normal file
View File

@@ -0,0 +1,5 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf

15
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: "build"
on:
push:
branches: [ "**" ]
tags-ignore: [ "**" ]
pull_request:
jobs:
call-build:
uses: "jpenilla/actions/.github/workflows/shared-ci.yml@master"
with:
artifacts-path: 'build/libs/*.jar'
loom: true
jdk-version: 21

0
gradlew vendored Normal file → Executable file
View File