Skip to content

Commit 8ea1d11

Browse files
committed
DOCtor-RST: Ensure bash prompt before composer command
1 parent b928cbe commit 8ea1d11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ rules:
1111
composer_dev_option_not_at_the_end: ~
1212
correct_code_block_directive_based_on_the_content: ~
1313
deprecated_directive_should_have_version: ~
14+
ensure_bash_prompt_before_composer_command: ~
1415
ensure_exactly_one_space_before_directive_type: ~
1516
ensure_exactly_one_space_between_link_definition_and_link: ~
1617
ensure_link_definition_contains_valid_url: ~

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
7474

7575
- name: "Run DOCtor-RST"
76-
uses: docker://oskarstark/doctor-rst:1.40.0
76+
uses: docker://oskarstark/doctor-rst:1.40.1
7777
with:
7878
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7979

0 commit comments

Comments
 (0)