Skip to content

fixes for linter

fixes for linter #3

Workflow file for this run

name: Tests
on:
push:
branches:
- feature/gapped_operator
workflow_dispatch:
jobs:
test:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v6.0.2
- name: Setup Go
uses: actions/setup-go@v6.4.0
with:
go-version-file: go.mod
- name: Running Tests
run: |
go mod tidy
make test