Fixed padding
Some checks failed
Test-The-Script

This commit is contained in:
Profitroll 2023-04-13 16:06:39 +02:00
parent 23f8b74fe6
commit 2b64178000

View File

@ -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 "Убойынй Тапок"