Skip to content

try to fix the 142 issue #34

try to fix the 142 issue

try to fix the 142 issue #34

Workflow file for this run

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