Skip to content

Add resource pack to make the loading screen patches closer to Quilt's branding #139

Add resource pack to make the loading screen patches closer to Quilt's branding

Add resource pack to make the loading screen patches closer to Quilt's branding #139

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 17
- uses: gradle/gradle-build-action@v2
with:
gradle-version: release-candidate
arguments: build
cache-read-only: ${{ github.repository_owner != 'emmods' }}