Skip to content

feat: add scale config controller #13

feat: add scale config controller

feat: add scale config controller #13

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
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: '~1.22'
- name: Run linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.61
- name: Running Tests
run: |
go mod tidy
make test