Skip to content

Commit

Permalink
I screm at bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Jun 24, 2024
1 parent ade88a3 commit 687d69f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/check-local-changes.sh

This file was deleted.

7 changes: 4 additions & 3 deletions .github/workflows/check-local-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- name: Run datagen with Gradle
run: ./gradlew :neoforge:runData :tests:runData

- name: Check local changes
- name: Check no local changes are present
run: |
chmod +x ./.github/workflows/check-local-changes.sh
./.github/workflows/check-local-changes.sh
# Print status for easier debugging
git status
if [ -n "$(git status --porcelain)" ]; then exit 1; fi

0 comments on commit 687d69f

Please sign in to comment.