Skip to content

Bump github.com/goccy/go-json from 0.10.2 to 0.10.3 #260

Bump github.com/goccy/go-json from 0.10.2 to 0.10.3

Bump github.com/goccy/go-json from 0.10.2 to 0.10.3 #260

Workflow file for this run

name: Auto-Doc
on:
pull_request:
branches:
- develop/v2
types:
- closed
jobs:
autodoc:
runs-on: ubuntu-latest
name: "Run commands to generate documentation"
if: github.event.pull_request.merged == true
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Process markdown files
run: |
find . -name '*.md' | xargs perl tools/autodoc.pl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}