Skip to content

feat: add the ability to override the category name #47

feat: add the ability to override the category name

feat: add the ability to override the category name #47

name: Test API Docs Generator
on:
workflow_dispatch:
push:
paths:
- 'tools/api-docs-generator/**'
- '.github/workflows/test-generator.yml'
jobs:
test:
name: test-api-docs-generator
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
cache-dependency-path: |
tools/api-docs-generator/go.sum
- name: test
working-directory: ./tools/api-docs-generator
run: make test