Skip to content

Commit

Permalink
[meta] add compatibility test with latest neoforge version
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Jul 9, 2024
1 parent 26b6838 commit 28c8f4f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/check_latest_compatibility.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Check NeoForge compatibility
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * 5'

jobs:
check:
runs-on: ubuntu-latest

steps:
- name: Get latest NeoForge
id: get-version
uses: ChaoticTrials/[email protected]
with:
minecraft-version: 1.21

- name: Check compiling
uses: ChaoticTrials/[email protected]
with:
gradle-property: neo_version
gradle-value: ${{ steps.get-version.outputs.version }}
properties-file: gradle.properties
issue-title: [${{ steps.get-version.inputs.minecraft-version }}]NeoForge incompatibility
issue-comment: |
# NeoForge incompatibility
## NeoForge version
- ${{ inputs.gradle-value }}
issue-labels: Compat, bug

0 comments on commit 28c8f4f

Please sign in to comment.