Skip to content

"style: Clean up whitespace and update socket message handling" #66

"style: Clean up whitespace and update socket message handling"

"style: Clean up whitespace and update socket message handling" #66

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