Skip to content

Small docs updates for the CI/CD guide #143

Small docs updates for the CI/CD guide

Small docs updates for the CI/CD guide #143

Workflow file for this run

---
name: Code Style
on: pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.21.x
uses: actions/setup-go@v4
with:
go-version: 1.21.x
id: go
- name: Check out code
uses: actions/checkout@v2
- name: run lint test
run: |
make run-lint