Skip to content

fix lazy component init #654

fix lazy component init

fix lazy component init #654

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches:
- "2601"
tags-ignore:
- "**"
paths:
- "gradle/**"
- "**.java"
- "**.kts"
- "**.properties"
- "**/build.yml"
- "**/accesstransformer.cfg"
pull_request:
branches:
- "2601"
paths:
- "gradle/**"
- "**.java"
- "**.kts"
- "**.properties"
- "**/build.yml"
- "**/accesstransformer.cfg"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
redirect:
uses: KubeJS-Mods/.github/.github/workflows/build.yml@main

Check failure on line 34 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "KubeJS-Mods/.github/.github/workflows/build.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
java-distribution: "microsoft"
java-version: "25"