Added action
This commit is contained in:
parent
11f8d818d7
commit
373b8fa287
13
.gitea/workflows/default.yaml
Normal file
13
.gitea/workflows/default.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
name: Test the code
|
||||
on: [push]
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
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