Skip to content

Commit 643fadc

Browse files
committed
fix uses
1 parent cc521e4 commit 643fadc

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/soundness.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
- name: Run documentation check
169169
env:
170170
ADDITIONAL_DOCC_ARGUMENTS: ${{ inputs.docs_check_additional_arguments }}
171-
run: ./.github/actions/docs-check
171+
uses: ./.github/actions/docs-check
172172

173173
docs-check-macos:
174174
name: Documentation check (macOS)
@@ -190,7 +190,7 @@ jobs:
190190
- name: Run documentation check
191191
env:
192192
ADDITIONAL_DOCC_ARGUMENTS: ${{ inputs.docs_check_macos_additional_arguments }}
193-
run: ./.github/actions/docs-check
193+
uses: ./.github/actions/docs-check
194194

195195
unacceptable-language-check:
196196
name: Unacceptable language check
@@ -206,7 +206,7 @@ jobs:
206206
- name: Run unacceptable language check
207207
env:
208208
UNACCEPTABLE_WORD_LIST: ${{ inputs.unacceptable_language_check_word_list}}
209-
run: ./.github/actions/check-unacceptable-language
209+
uses: ./.github/actions/check-unacceptable-language
210210

211211
license-header-check:
212212
name: License headers check
@@ -236,7 +236,7 @@ jobs:
236236
persist-credentials: false
237237
submodules: true
238238
- name: Run broken symlinks check
239-
run: ./.github/actions/broken-symlinks-check
239+
uses: ./.github/actions/broken-symlinks-check
240240

241241
format-check:
242242
name: Format check
@@ -306,7 +306,4 @@ jobs:
306306
persist-credentials: false
307307
submodules: true
308308
- name: Run flake8
309-
run: |
310-
pip3 install flake8 flake8-import-order
311-
cp $GITHUB_ACTION_PATH/.github/workflows/configs/.flake8 > .flake8
312-
flake8
309+
uses: ./.github/actions/python-lint-check

0 commit comments

Comments
 (0)