Skip to content

New translations commands.json (Japanese) #3493

New translations commands.json (Japanese)

New translations commands.json (Japanese) #3493

Workflow file for this run

name: ci
on:
- pull_request
- push
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16.x, 18.x]
steps:
- name: Checkout 📝
uses: actions/checkout@master
- name: Setup node env 👨🏻‍💻
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- name: Cache node_modules 📦
uses: actions/[email protected]
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
cache: "yarn"
- name: Install dependencies ⚙
run: yarn install
- name: Install dependencies 📦🛠️
run: yarn installPackage
- name: Run tests 🧪
run: yarn test
- name: Run Lint
run: yarn lint