From 5251ad3264219ee3f5447fd5a0afc9b17e142d57 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Thu, 21 Mar 2024 00:35:28 +0530 Subject: [PATCH] fix(actions): update workflow name, better array (#54155) --- .github/workflows/curriculum-i18n.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/curriculum-i18n.yml b/.github/workflows/curriculum-i18n.yml index 1dc53273006..45a2405fe64 100644 --- a/.github/workflows/curriculum-i18n.yml +++ b/.github/workflows/curriculum-i18n.yml @@ -1,4 +1,4 @@ -name: CI - Node.js +name: CI - Node.js - i18n env: NODE_OPTIONS: '--max_old_space_size=6144' @@ -22,15 +22,14 @@ jobs: node-version: [20.x] # Exclude the languages that we currently run in the full CI suite. locale: - [ - 'chinese', - 'espanol', - 'ukrainian', - 'japanese', - 'german', - 'arabic', - 'swahili' - ] + - 'chinese' + - 'espanol' + - 'ukrainian' + - 'japanese' + - 'german' + - 'arabic' + - 'swahili' + steps: - name: Checkout Source Files uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1