Skip to content

Commit

Permalink
Update 20241230 - Actions Rework
Browse files Browse the repository at this point in the history
  • Loading branch information
Virus5600 committed Dec 30, 2024
1 parent 66d9610 commit 9d05012
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Prepare Testing
uses: ./.github/workflows/prep.yml
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Prepare Testing
uses: ./.github/workflows/prep.yml
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1

Expand Down

0 comments on commit 9d05012

Please sign in to comment.