Skip to content

Cleanup and housekeeping: remove unused code and fix linter warnings #4265

Cleanup and housekeeping: remove unused code and fix linter warnings

Cleanup and housekeeping: remove unused code and fix linter warnings #4265

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Run tests core
run: ./run_tests.sh