Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

refactore: add debugging #37

refactore: add debugging

refactore: add debugging #37

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest