Skip to content

[ENH] Refactor getCenterIndex method and improve tests #29

[ENH] Refactor getCenterIndex method and improve tests

[ENH] Refactor getCenterIndex method and improve tests #29

Workflow file for this run

name: PonGo-Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- name: build-project
run: |
go build