Skip to content

feat: replace Asset model with native Entity+Edge model (#512) #971

feat: replace Asset model with native Entity+Edge model (#512)

feat: replace Asset model with native Entity+Edge model (#512) #971

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