Skip to content

feat(mitake): Added mitake driver #5

feat(mitake): Added mitake driver

feat(mitake): Added mitake driver #5

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