Skip to content

if pagination not at end, presume at least a couple more pages #179

if pagination not at end, presume at least a couple more pages

if pagination not at end, presume at least a couple more pages #179

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/checkout@v3.0.1
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- uses: ent/contrib/ci@master