Skip to content

feat(client): add AccountSwitcher and update chart data handling #96

feat(client): add AccountSwitcher and update chart data handling

feat(client): add AccountSwitcher and update chart data handling #96

Workflow file for this run

name: Linting
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.23.4"
- name: Install Dependencies
run: go mod tidy
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.2