Skip to content

feat: Add state to the IR Zstd writer. #142

feat: Add state to the IR Zstd writer.

feat: Add state to the IR Zstd writer. #142

Workflow file for this run

name: "lint"
on:
push:
pull_request:
workflow_call:
jobs:
go-lint:
strategy:
matrix:
go: ["1.24"]
os: ["ubuntu-latest", "macos-latest"]
runs-on: "${{ matrix.os }}"
steps:
- uses: "actions/checkout@v6"
- uses: "actions/setup-go@v6"
with:
go-version: "${{ matrix.go }}"
- uses: "golangci/golangci-lint-action@v9"
with:
version: "v2.8"