Skip to content

refact(user): change employee to user #719

refact(user): change employee to user

refact(user): change employee to user #719

Workflow file for this run

name: Go Build
on: [ push ]
jobs:
build-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.21
- name: Build
run: cd cmd/server && go build