Skip to content

feat: add documentation and services validation (#1) #26

feat: add documentation and services validation (#1)

feat: add documentation and services validation (#1) #26

Workflow file for this run

name: Lint
on:
push:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Run linter
run: make lint