Skip to content

chore(ci): fixes folder structure #1

chore(ci): fixes folder structure

chore(ci): fixes folder structure #1

Workflow file for this run

name: Build
on:
push:
branches:
- @api/basketball

Check failure on line 6 in .github/workflows/go.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/go.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build API
run: go build -o mywebserver .