diff --git a/.doctor-rst.yaml b/.doctor-rst.yaml index 9e351a9a0e1..6e7b6e044cb 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -14,6 +14,8 @@ rules: ensure_bash_prompt_before_composer_command: ~ ensure_exactly_one_space_before_directive_type: ~ ensure_exactly_one_space_between_link_definition_and_link: ~ + ensure_github_directive_start_with_prefix: + prefix: 'Symfony' ensure_link_bottom: ~ ensure_link_definition_contains_valid_url: ~ ensure_order_of_code_blocks_in_configuration_block: ~ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af2ea3a28a7..e93f8295b65 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,7 +73,7 @@ jobs: key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }} - name: "Run DOCtor-RST" - uses: docker://oskarstark/doctor-rst:1.54.0 + uses: docker://oskarstark/doctor-rst:1.57.1 with: args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache