Skip to content

Rewrite CLI in Go

Rewrite CLI in Go #57

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code
uses: golangci/golangci-lint-action@v3