parent
b4eff83865
commit
25e36f4bb6
@ -1,7 +1,7 @@
|
|||||||
name: Test the code
|
name: Test the code
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Test-The-Script:
|
test:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
@ -9,3 +9,12 @@ jobs:
|
|||||||
go-version: "1.20"
|
go-version: "1.20"
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- run: go run transliterator.go "Убойный Тапок"
|
- run: go run transliterator.go "Убойный Тапок"
|
||||||
|
build:
|
||||||
|
needs: [test]
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/setup-go@v3
|
||||||
|
with:
|
||||||
|
go-version: "1.20"
|
||||||
|
check-latest: true
|
||||||
|
- run: go build transliterator.go
|
||||||
|
Loading…
Reference in New Issue
Block a user