Skip to content

Commit

Permalink
Add actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla authored and Spottedleaf committed May 22, 2024
1 parent ca66190 commit 5ec8a63
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 5ec8a63

Please sign in to comment.