Source versioning: Postgres, MySQL and Load generator #793
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
name: documentation | |
on: | |
pull_request: | |
paths: | |
- pkg/** | |
- examples/** | |
- templates/** | |
- README.md | |
jobs: | |
documentation: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-go@v4 | |
with: | |
go-version-file: "go.mod" | |
cache: true | |
- run: go generate ./... | |
- uses: stefanzweifel/git-auto-commit-action@v4 | |
with: | |
commit_message: Terraform Docs |