Skip to content

test: add missing tests for Entity+Edge model migration #975

test: add missing tests for Entity+Edge model migration

test: add missing tests for Entity+Edge model migration #975

Workflow file for this run

name: Lint
on:
push:
paths:
- "**.go"
- go.mod
- go.sum
pull_request:
paths:
- "**.go"
- go.mod
- go.sum
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: Run checks
uses: golangci/golangci-lint-action@v9
with:
version: v2.11
args: --timeout=5m