Skip to content

i18n Summary

i18n Summary #130

Workflow file for this run

name: i18n Summary
on:
push:
branches:
- main
paths:
- .phrasey/**
- i18n/**
pull_request_review:
types:
- submitted
workflow_dispatch:
jobs:
i18n-summary:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request_review' || github.event.review.state == 'approved'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.13.0"
cache: npm
- name: 🏗️ Prerequisites
run: npm install
- name: 🔨 Build
run: npm run i18n:summary
- name: 🚀 Push summary files
uses: zyrouge/gh-push-action@v1
with:
directory: phrasey-dist
branch: i18n-summary
checkout-orphan: true
force: true