[Fix] Clean up several issue found during upgrading neodev #314
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# File generated by the GradleUtils `setupGitHubActionsWorkflows` task, avoid modifying it directly | |
# The template can be found at https://github.com/neoforged/GradleUtils/blob/287df22f683ed8422bc93deb9eb4a62099cc061f/src/actionsTemplate/resources/.github/workflows/build-prs.yml | |
name: Build PRs | |
on: | |
pull_request: | |
types: | |
- synchronize | |
- opened | |
- ready_for_review | |
- reopened | |
push: | |
branches: | |
- 'feature/**' | |
workflow_dispatch: | |
jobs: | |
build: | |
uses: neoforged/actions/.github/workflows/build-prs.yml@main | |
with: | |
java: 8 | |
gradle_tasks: assemble |