Finalizing the open-sourcing of the provider #13
Workflow file for this run
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: make reviewable | ||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: {} | ||
workflow_dispatch: {} | ||
env: | ||
# Common versions | ||
GO_VERSION: '1.21' | ||
jobs: | ||
reviewable: | ||
uses: cloud-orchestration/.workflows/.github/workflows/[email protected] | ||
Check failure on line 16 in .github/workflows/make-reviewable.yml GitHub Actions / .github/workflows/make-reviewable.ymlInvalid workflow file
|
||
secrets: inherit | ||