Skip to content

Commit 56b0ffe

Browse files
test
1 parent d4129f0 commit 56b0ffe

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,19 +150,13 @@ jobs:
150150
needs: BuildModule
151151
runs-on: ubuntu-latest
152152
steps:
153-
- name: Checkout Code
154-
uses: actions/checkout@v4
155-
with:
156-
fetch-depth: 0
153+
- name: Git init
154+
run: git init
157155

158156
- name: Download docs artifact
159157
uses: actions/download-artifact@v4
160158
with:
161159
name: ${{ inputs.Name }}-docs
162-
path: ${{ inputs.DocsOutputPath }}
163-
164-
- name: git add
165-
run: git add .
166160

167161
- name: Lint code base
168162
uses: super-linter/super-linter@latest

0 commit comments

Comments
 (0)