-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: simplify usage section, add branch comment in examples, add ver…
…sion pinning
- Loading branch information
1 parent
70608e3
commit acff2d0
Showing
5 changed files
with
28 additions
and
20 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- main # your trunk branch | ||
|
||
name: release | ||
jobs: | ||
release: | ||
uses: padok-team/github-workflows/.github/workflows/release.yml@main | ||
uses: padok-team/github-workflows/.github/workflows/release.yml@v1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
- main # your trunk branch | ||
|
||
name: semantic-check | ||
jobs: | ||
semantic-check: | ||
uses: padok-team/github-workflows/.github/workflows/semantic-check.yml@main | ||
uses: padok-team/github-workflows/.github/workflows/semantic-check.yml@v1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- main # your trunk branch | ||
|
||
name: terraform-docs | ||
jobs: | ||
terraform-docs: | ||
uses: padok-team/github-workflows/.github/workflows/terraform-docs.yml@main | ||
uses: padok-team/github-workflows/.github/workflows/terraform-docs.yml@v1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
- main # your trunk branch | ||
|
||
name: terraform-quality | ||
jobs: | ||
terraform-quality: | ||
uses: padok-team/github-workflows/.github/workflows/terraform-quality.yml@main | ||
uses: padok-team/github-workflows/.github/workflows/terraform-quality.yml@v1 |