Skip to content

[slice] Validate cube count #419

[slice] Validate cube count

[slice] Validate cube count #419

Workflow file for this run

name: Lint
on:
push:
branches: ["slice-main"]
pull_request:
jobs:
lint:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: ./slice/go.mod
- name: Running Linter
run: |
cd ./slice
make lint