Skip to content

Kotlin: check methods to contains suffix 'ids' and with type List convert to List<Long> #129

Kotlin: check methods to contains suffix 'ids' and with type List convert to List<Long>

Kotlin: check methods to contains suffix 'ids' and with type List convert to List<Long> #129

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24.x'
- name: Test
run: go test -v ./...