Skip to content

[revise] Remove Entity and EntitySource #259

[revise] Remove Entity and EntitySource

[revise] Remove Entity and EntitySource #259

Workflow file for this run

name: unit
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- run: make unit