From 9bf380bfce78dfd7d0b8736de0b0ff11bfd5a072 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Mon, 19 Jul 2021 16:32:53 +0200 Subject: [PATCH] fix(typo): fix unfortunate typos --- .github/workflows/continuous-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 3962ba589..15e319507 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -43,8 +43,8 @@ jobs: - name: Conformance id: conformance if: ${{ success() && !cancelled() }} - # keep going register errors in the intermediate target but executes them all - # Nicer to have pcc complete for the dev and have all the relevan conformance issues + # keep going registers errors in the intermediate targets but executes them all + # Nicer to have pcc complete for the dev and have all the relevant conformance issues run: | make --keep-going pcc - name: PyTest