Skip to content

Commit 44a38cd

Browse files
Refactor GitHub Actions workflows by removing obsolete files and enhancing the checkout step for improved module handling
1 parent 1736037 commit 44a38cd

File tree

6 files changed

+3
-341
lines changed

6 files changed

+3
-341
lines changed

.github/workflows/github-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ jobs:
126126
steps:
127127
- name: Checkout repository
128128
uses: actions/checkout@v6
129+
with:
130+
repository: ${{ github.repository }}
131+
fetch-depth: 0
129132
- name: Build Module
130133
id: build
131134
uses: ./.github/actions/ps-build

.github/workflows/ps-build.yml

Lines changed: 0 additions & 123 deletions
This file was deleted.

.github/workflows/ps-code-injection.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/workflows/ps-resolve-dependencies.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/ps-static-code-analysis.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/workflows/ps-unit-tests.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)