Skip to content

feat: adding REPL to command line tool (#97) #38

feat: adding REPL to command line tool (#97)

feat: adding REPL to command line tool (#97) #38

Workflow file for this run

name: Lint and format check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21.1'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54