Skip to content

chore(version): v1.0.0 #9

chore(version): v1.0.0

chore(version): v1.0.0 #9

Workflow file for this run

on:
push:
branches: ["*"]
pull_request:
jobs:
check-conventional-commits:
uses: armakuni/github-actions/.github/workflows/[email protected]
lint-pipeline:
uses: armakuni/github-actions/.github/workflows/[email protected]
generate-terraform-docs:
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected]
with:
output-file: README.md
# This artifact is referenced by the cog.toml
artifact-name: terraform-docs
create-release:
needs:
- check-conventional-commits
- lint-pipeline
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
download-artifacts: true