Merge pull request #129 from alexandregv/no_ellipsis #225
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |