Skip to content

Commit

Permalink
🤖 automated pull-request from pulumi (#27)
Browse files Browse the repository at this point in the history
* Add .goreleaser.prerelease.yml

* Add .golangci.yml

* Add .github/workflows/pr-automation.yml

* Add .github/workflows/master.yml

* Add .goreleaser.yml

* Add .github/workflows/release.yml

* Add .github/workflows/prerelease.yml

* Add .github/workflows/pull-request.yml

Co-authored-by: Lee Briggs <[email protected]>
  • Loading branch information
web-flow and jaxxstorm authored Jun 9, 2020
1 parent b4cd050 commit 7e1a5b7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,17 @@ jobs:
- 13.x
pythonversion:
- "3.7"
create_docs_build:
name: Create docs build
needs: publish_sdk
runs-on: ubuntu-latest
steps:
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@release/v1-alpha
with:
repo: pulumi/pulumictl
- name: Dispatch event
run: pulumictl create docs-build ${{ env.PROVIDER}} ${{ github.ref }}
lint:
container: golangci/golangci-lint:latest
name: lint
Expand Down

0 comments on commit 7e1a5b7

Please sign in to comment.