Skip to content

chore: Add .editorconfig for consistent code formatting #39

chore: Add .editorconfig for consistent code formatting

chore: Add .editorconfig for consistent code formatting #39

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
steps:
- name: Clone the code
uses: actions/checkout@v4.2.2
- name: Setup Go
uses: actions/setup-go@v5.5.0
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v8.0.0
with:
version: v2.1.6