runner_test/.gitea/workflows/build.yml
Workflow config file is invalid. Please check your config file: yaml: line 11: mapping values are not allowed in this context

19 lines
340 B
YAML

name: build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: '>=1.20.1'
- run: go run main.go