Skip to content

Migrate from api-frontend. #8

Migrate from api-frontend.

Migrate from api-frontend. #8

Workflow file for this run

name: EntCI
on:
push:
# Run whenever code is changed in the master.
branches:
- main
# Run on PRs where something changed under the `ent/` directory.
pull_request:
paths:
- 'ent/*'
jobs:
ent:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- uses: ent/contrib/ci@master