Prevent merging of PRs with -pre dependencies (#33)

This commit is contained in:
Raven Szewczyk 2023-12-09 16:54:06 +00:00 committed by GitHub
parent e123fc6ea8
commit f4acd7d375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,3 +109,7 @@ jobs:
run: |
chmod +x .gtnh-workflows/scripts/test_no_error_reports
.gtnh-workflows/scripts/test_no_error_reports
- name: Test no prerelease dependencies used
run: |
! grep -F -- "-pre" dependencies.gradle*