Skip to content

Feature/support color op for scoring #93

Feature/support color op for scoring

Feature/support color op for scoring #93

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ">=1.20"
- name: Install dependencies
run: go mod download
- name: Run tests
run: go test ./... -v