-
-
Notifications
You must be signed in to change notification settings - Fork 28
48 lines (35 loc) · 1.35 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: 1. MAIN | Основной процесс OPI -> OInt -> CLI
# Controls when the workflow will run
on:
[workflow_dispatch]
jobs:
Convert:
runs-on: ubuntu-latest
permissions:
actions: write
contents: write
steps:
- uses: actions/checkout@v2
with:
token: ${{secrets.TOKEN}}
- uses: otymko/[email protected]
with:
version: 1.9.0
- name: Установить зависимости
run: |
opm install cmdline
opm install asserts
opm install osparser
opm install coloratos
- name: Основной процесс преобразований
run: oscript ./.github/workflows/os/main.os
- name: Обновить Workflow тестирования CLI
run: oscript ./.github/workflows/os/cli_testmaker.os
- name: Обновить Workflow тестирования CLI (EN)
run: oscript ./.github/workflows/os/cli_testmaker_en.os
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: Vitaly the Alpaca (bot)
commit_user_email: [email protected]
commit_author: Vitaly the Alpaca <[email protected]>
commit_message: Преобразование OPI -> OInt (workflow)