Skip to content

refactor: remove separate reconstruct cmd #187

refactor: remove separate reconstruct cmd

refactor: remove separate reconstruct cmd #187

Workflow file for this run

name: fmt
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
with:
version: latest
only-new-issues: true