Skip to content

[#674] Refactor account auth types (#18) #45

[#674] Refactor account auth types (#18)

[#674] Refactor account auth types (#18) #45

Workflow file for this run

name: Build
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
check-latest: true
- name: Build
run: make