Skip to content

refactor: better settings categorization #62

refactor: better settings categorization

refactor: better settings categorization #62

Workflow file for this run

name: i18n Summary
on:
push:
branches:
- main
paths:
- .phrasey/**
- i18n/**
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
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/[email protected]
with:
directory: phrasey-dist
branch: i18n-summary