chore(deps): Bump go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml from 4d6159bf7589b6ae0483155550f89805700de8a9 to 93b16765c4045dbd4dac2372803294298aa7592a in the development-dependencies group #14
Workflow file for this run
This file contains hidden or 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: go test | |
| permissions: | |
| pull-requests: read | |
| contents: read | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| jobs: | |
| test: | |
| uses: go-openapi/ci-workflows/.github/workflows/go-test-monorepo.yml@f00f5763ddb0c59105de5f565da8cac323fce2bf # v0.3.5 | |
| secrets: inherit |