parent
23f8b74fe6
commit
2b64178000
@ -2,12 +2,12 @@ name: Test the code
|
||||
on: [push]
|
||||
jobs:
|
||||
Test-The-Script:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "1.20"
|
||||
check-latest: true
|
||||
cache: true
|
||||
cache-dependency-path: cache/go.sum
|
||||
- run: go run transliterator.go "Убойынй Тапок"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "1.20"
|
||||
check-latest: true
|
||||
cache: true
|
||||
cache-dependency-path: cache/go.sum
|
||||
- run: go run transliterator.go "Убойынй Тапок"
|
||||
|
Loading…
Reference in New Issue
Block a user