There was an error while loading. Please reload this page.
1 parent d4129f0 commit 56b0ffeCopy full SHA for 56b0ffe
1 file changed
.github/workflows/workflow.yml
@@ -150,19 +150,13 @@ jobs:
150
needs: BuildModule
151
runs-on: ubuntu-latest
152
steps:
153
- - name: Checkout Code
154
- uses: actions/checkout@v4
155
- with:
156
- fetch-depth: 0
+ - name: Git init
+ run: git init
157
158
- name: Download docs artifact
159
uses: actions/download-artifact@v4
160
with:
161
name: ${{ inputs.Name }}-docs
162
- path: ${{ inputs.DocsOutputPath }}
163
-
164
- - name: git add
165
- run: git add .
166
167
- name: Lint code base
168
uses: super-linter/super-linter@latest
0 commit comments