Skip to content

Commit a4ee0d3

Browse files
Merge pull request #9 from terraform-do-modules/feat/workflow-harness-hardening-041109
feat: harden firewall workflow defaults and examples
2 parents f6b6f50 + 9117698 commit a4ee0d3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Module Test Harness
2+
3+
on:
4+
pull_request:
5+
branches: [master]
6+
7+
permissions:
8+
contents: read
9+
10+
jobs:
11+
basic-example:
12+
uses: clouddrove/github-shared-workflows/.github/workflows/stf-checks.yml@bd958ead76ac7c72acf4976c244c47eef89c84f7
13+
with:
14+
provider: digitalocean
15+
working_directory: ./_examples/basic/
16+
complete-example:
17+
uses: clouddrove/github-shared-workflows/.github/workflows/stf-checks.yml@bd958ead76ac7c72acf4976c244c47eef89c84f7
18+
with:
19+
provider: digitalocean
20+
working_directory: ./_examples/complete/

0 commit comments

Comments
 (0)