Skip to content

docs: update installation with helper script #151

docs: update installation with helper script

docs: update installation with helper script #151

Workflow file for this run

on: [ pull_request ]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2