diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 402e0dc572b..26f0e537118 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,4 +68,4 @@ jobs: - name: "Run DOCtor-RST" uses: docker://oskarstark/doctor-rst with: - args: --short --cache-file=/github/workspace/.cache/doctor-rst.cache + args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache