Skip to content

feat: world cli login for deployment #303

feat: world cli login for deployment

feat: world cli login for deployment #303

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
env:
GO_VERSION: 1.21.1
jobs:
build-go:
name: Go
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Build
run: make build