From afaabdb5b3cec56ddbe82a18a1a4d7cabd369e9f Mon Sep 17 00:00:00 2001 From: Sam Nolan Date: Fri, 30 Sep 2022 15:31:39 +1000 Subject: [PATCH] Fix github CI grammar --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c9b8a46..6d7457a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: prettier_options: --check packages/components --ignore-path packages/components/.prettierignore components-bundle-build-test: - name: Components bundle and build, test + name: Components bundle, build and test runs-on: ubuntu-latest needs: pre_check if: ${{ (needs.pre_check.outputs.should_skip_components != 'true') || (needs.pre_check.outputs.should_skip_lang != 'true') }}