forked from integrations/terraform-provider-github
-
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.
CONTRIBUTING.md rework (integrations#1888)
* Minor edits to first section of README * Unify disparate Go versions across docs and workflows to Go 1.21 * Wrap up CONTRIBUTING.md rework * Give example .vscode/launch.json file * Try rendering YAML to avoid ugly comments * Swap back to JSON * Add major version release documentation
- Loading branch information
1 parent
cec7e17
commit cf4cb55
Showing
11 changed files
with
130 additions
and
94 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
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 |
---|---|---|
|
@@ -20,6 +20,9 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
fetch-depth: 2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
- name: Acceptance Tests (Anonymous) | ||
uses: terraformtesting/[email protected] | ||
with: | ||
|
@@ -34,6 +37,9 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
fetch-depth: 2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
|
||
- name: Acceptance Tests (Individual) | ||
id: acceptance-tests-individual | ||
|
@@ -63,6 +69,9 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
fetch-depth: 2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
|
||
- name: Acceptance Tests (Organization) | ||
id: acceptance-tests-organization | ||
|
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 |
---|---|---|
|
@@ -20,6 +20,9 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
- name: Acceptance Tests (Anonymous) | ||
id: acceptance-tests-anonymous | ||
uses: terraformtesting/[email protected] | ||
|
@@ -48,6 +51,9 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
- name: Acceptance Tests (Individual) | ||
id: acceptance-tests-individual | ||
uses: terraformtesting/[email protected] | ||
|
@@ -81,6 +87,9 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
|
||
- name: Acceptance Tests (Organization) | ||
id: acceptance-tests-organization | ||
|
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 |
---|---|---|
|
@@ -28,6 +28,9 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
fetch-depth: 2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
- name: Acceptance Tests (Individual) | ||
uses: terraformtesting/[email protected] | ||
with: | ||
|
@@ -44,6 +47,9 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
fetch-depth: 2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
- name: Acceptance Tests (Organization) | ||
uses: terraformtesting/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -32,6 +32,9 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
fetch-depth: 2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
- name: Acceptance Tests (Anonymous) | ||
uses: terraformtesting/[email protected] | ||
with: | ||
|
@@ -47,6 +50,9 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
fetch-depth: 2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
|
||
- name: Acceptance Tests (Individual) | ||
id: acceptance-tests-individual | ||
|
@@ -78,6 +84,9 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
fetch-depth: 2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
|
||
- name: Acceptance Tests (Organization) | ||
id: acceptance-tests-organization | ||
|
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 |
---|---|---|
|
@@ -27,6 +27,9 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
fetch-depth: 2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
- name: Acceptance Tests (Anonymous) | ||
uses: terraformtesting/[email protected] | ||
with: | ||
|
@@ -42,6 +45,9 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
fetch-depth: 2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
- name: Acceptance Tests (Individual) | ||
uses: terraformtesting/[email protected] | ||
with: | ||
|
@@ -59,6 +65,9 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
fetch-depth: 2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.21' | ||
- name: Acceptance Tests (Organization) | ||
uses: terraformtesting/[email protected] | ||
with: | ||
|
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
Oops, something went wrong.