Skip to content

Commit 73e53cc

Browse files
authored
Create execution test
1 parent 2bde2d7 commit 73e53cc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/blank.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Execution test
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
8+
9+
jobs:
10+
run_tests:
11+
name: "Execute SimpleLocalize CLI Command"
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Test init
15+
uses: simplelocalize/github-action-cli@v4
16+
with:
17+
command: '--version'
18+
cli-version: '2.8.0'

0 commit comments

Comments
 (0)