Skip to content

Commit e4d9e7f

Browse files
committed
run instead of execute
1 parent 04ea11f commit e4d9e7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_async_docstrings_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
pipx install --python ${{ env.PYTHON_VERSION }} poetry
2626
make install-dev
2727
28-
- name: Execute async docstrings check
28+
- name: Run async docstrings check
2929
run: make check-async-docstrings

.github/workflows/_changelog_entry_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
pipx install --python ${{ env.PYTHON_VERSION }} poetry
2727
make install-dev
2828
29-
- name: Execute changelog entry check
29+
- name: Run changelog entry check
3030
run: make check-changelog-entry

.github/workflows/_version_conflict_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
pipx install --python ${{ env.PYTHON_VERSION }} poetry
2727
make install-dev
2828
29-
- name: Execute version conflict check
29+
- name: Run version conflict check
3030
run: make check-version-conflict

0 commit comments

Comments
 (0)