Skip to content

feat(driver): Added mitake and writer (#2) #6

feat(driver): Added mitake and writer (#2)

feat(driver): Added mitake and writer (#2) #6

Workflow file for this run

name: Go Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4