generated from cloudposse/terraform-example-module
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Dabble-of-DevOps-BioHub/feature/readme
update readme
- Loading branch information
Showing
10 changed files
with
189 additions
and
112 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
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,25 +1,25 @@ | ||
name: Validate Codeowners | ||
on: | ||
pull_request: | ||
# name: Validate Codeowners | ||
# on: | ||
# pull_request: | ||
|
||
jobs: | ||
validate-codeowners: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Checkout source code at current commit" | ||
uses: actions/checkout@v2 | ||
- uses: mszostok/codeowners-validator@v0.5.0 | ||
if: github.event.pull_request.head.repo.full_name == github.repository | ||
name: "Full check of CODEOWNERS" | ||
with: | ||
# For now, remove "files" check to allow CODEOWNERS to specify non-existent | ||
# files so we can use the same CODEOWNERS file for Terraform and non-Terraform repos | ||
# checks: "files,syntax,owners,duppatterns" | ||
checks: "syntax,owners,duppatterns" | ||
# GitHub access token is required only if the `owners` check is enabled | ||
github_access_token: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}" | ||
- uses: mszostok/codeowners-validator@v0.5.0 | ||
if: github.event.pull_request.head.repo.full_name != github.repository | ||
name: "Syntax check of CODEOWNERS" | ||
with: | ||
checks: "syntax,duppatterns" | ||
# jobs: | ||
# validate-codeowners: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: "Checkout source code at current commit" | ||
# uses: actions/checkout@v2 | ||
# - uses: mszostok/codeowners-validator@v0.5.0 | ||
# if: github.event.pull_request.head.repo.full_name == github.repository | ||
# name: "Full check of CODEOWNERS" | ||
# with: | ||
# # For now, remove "files" check to allow CODEOWNERS to specify non-existent | ||
# # files so we can use the same CODEOWNERS file for Terraform and non-Terraform repos | ||
# # checks: "files,syntax,owners,duppatterns" | ||
# checks: "syntax,owners,duppatterns" | ||
# # GitHub access token is required only if the `owners` check is enabled | ||
# github_access_token: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}" | ||
# - uses: mszostok/codeowners-validator@v0.5.0 | ||
# if: github.event.pull_request.head.repo.full_name != github.repository | ||
# name: "Syntax check of CODEOWNERS" | ||
# with: | ||
# checks: "syntax,duppatterns" |
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
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
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