Skip to content

Add -render-type-content option to render full type content instead of an ellipsis ({ ... }) #222

Add -render-type-content option to render full type content instead of an ellipsis ({ ... })

Add -render-type-content option to render full type content instead of an ellipsis ({ ... }) #222

Workflow file for this run

on:
pull_request:
branches: [master]
push:
branches: [master]
permissions:
# Goreadme needs permissions to update pull requests comments and update content.
pull-requests: write
contents: write
jobs:
goreadme:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Update readme according to Go doc
uses: ./
with:
recursive: true
badge-travisci: true
badge-codecov: true
badge-godoc: true
github-token: '${{ secrets.GITHUB_TOKEN }}'
debug: true