Skip to content

Refactor config and get rid of some dependencies #86

Refactor config and get rid of some dependencies

Refactor config and get rid of some dependencies #86

Workflow file for this run

name: linting
on:
push:
branches: [ master ]
pull_request:
branches: [ '*' ]
jobs:
test:
name: linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.2