Skip to content

chore: upgrade to Crowdin CLI 5 (5.0.0-next.3) for v3 pre-release #209

chore: upgrade to Crowdin CLI 5 (5.0.0-next.3) for v3 pre-release

chore: upgrade to Crowdin CLI 5 (5.0.0-next.3) for v3 pre-release #209

Workflow file for this run

name: 'test'
on:
workflow_dispatch:
pull_request:
push:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Crowdin Action
uses: ./
with:
command: 'push'
command_args: '-h'
- name: Get CLI version
uses: ./
with:
command: 'init'
command_args: '-V'