Skip to content

Add basic tests for config command #6

Add basic tests for config command

Add basic tests for config command #6

Workflow file for this run

name: Lint
on:
push:
branches:
- "**"
tags-ignore:
- "**"
pull_request:
branches:
- "**"
jobs:
go-test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Lint
uses: golangci/golangci-lint-action@v4
with:
version: latest