Skip to content

[WIP] malloc optimizations #42

[WIP] malloc optimizations

[WIP] malloc optimizations #42

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.23.x]
os: [ubuntu-latest]
fail-fast: false
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout repository
uses: actions/checkout@v4
- name: Go imports lint
uses: zjkmxy/[email protected]
with:
run: imports
token: ${{ secrets.GITHUB_TOKEN }}