Skip to content

docs: update installation using homebrew in README.md #12

docs: update installation using homebrew in README.md

docs: update installation using homebrew in README.md #12

Workflow file for this run

name: CI
on:
push:
branches:
- main
- develop
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
- name: Verify
run: make check
- name: GolangCI-Lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.2.1