Skip to content

Add faq section.

Add faq section. #18

Workflow file for this run

name: Lint
on:
push:
workflow_call:
jobs:
lint:
name: Run golanci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
args: --timeout=5m