Skip to content

ios: zero-copy block stats #1269

ios: zero-copy block stats

ios: zero-copy block stats #1269

Workflow file for this run

name: lint (on linux)
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, labeled, ready_for_review]
branches:
- master
workflow_dispatch:
jobs:
build:
strategy:
matrix:
go-version: ['1.21.x']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.0
- name: Lint linux
run: |
export GOPATH="$(go env GOPATH)"
make lint
make fmt-check
make spell-check