Skip to content

Make litmus tests no longer depend on the tree based space index #138

Make litmus tests no longer depend on the tree based space index

Make litmus tests no longer depend on the tree based space index #138

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- "go.mod"
- "go.sum"
push:
workflow_dispatch:
jobs:
lint:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
- name: Setup Go environment
uses: actions/setup-go@v3.3.0
with:
go-version-file: go.mod
- name: Run linters
run: make lint