Skip to content

Commit a77d567

Browse files
authored
Create test.yml
1 parent 5d41f58 commit a77d567

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Тестирование
2+
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
8+
jobs:
9+
test:
10+
uses: autumn-library/workflows/.github/workflows/test.yml@v1
11+
with:
12+
oscript_version: stable

0 commit comments

Comments
 (0)