From 2b6417800070b0ab764cfc3429918929780133b7 Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 13 Apr 2023 16:06:39 +0200 Subject: [PATCH] Fixed padding --- .gitea/workflows/default.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index 4211de9..e9b872a 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -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 "Убойынй Тапок"