Skip to content

feat: support Forge and NeoForge #80

feat: support Forge and NeoForge

feat: support Forge and NeoForge #80

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Run Build
run: ./gradlew chiseledBuild
- name: Run Tests
run: ./gradlew chiseledTest