Skip to content

Implement robust scaling normalization #12

Implement robust scaling normalization

Implement robust scaling normalization #12

Workflow file for this run

name: Lint
on:
# Disable for now, until we have something to test
# push:
# pull_request:
jobs:
lint:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.2