Added build job
All checks were successful
build
test

This commit is contained in:
Profitroll 2023-04-13 16:15:18 +02:00
parent b4eff83865
commit 25e36f4bb6

View File

@ -1,7 +1,7 @@
name: Test the code
on: [push]
jobs:
Test-The-Script:
test:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
@ -9,3 +9,12 @@ jobs:
go-version: "1.20"
check-latest: true
- 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