Fix github CI grammar

This commit is contained in:
Sam Nolan 2022-09-30 15:31:39 +10:00
parent 9321fe5681
commit afaabdb5b3

View File

@ -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') }}