Skip to content

Merge branch 'Fabricators-of-Create:fabric/1.20' into fabric/1.20 #2

Merge branch 'Fabricators-of-Create:fabric/1.20' into fabric/1.20

Merge branch 'Fabricators-of-Create:fabric/1.20' into fabric/1.20 #2

Workflow file for this run

name: Pull Request Check
on:
push:
branches:
- fabric/**
paths:
- src/**
- build.gradle
- gradle.properties
- settings.gradle
jobs:
build:
strategy:
matrix:
java: [ 17 ]
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v2
- name: setup jdk ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: build
run: ./gradlew build
- name: capture build artifacts
uses: actions/upload-artifact@v2
with:
name: Artifacts
path: build/libs/