Skip to content

Commit 2511706

Browse files
committed
ci: validate-tf instead of validate
Replacing validate.yml with validate.tf
1 parent 1f2f8b9 commit 2511706

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: validate
1+
name: validate-tf
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99
- main
1010

1111
jobs:
12-
validate:
13-
uses: trussworks/shared-actions/.github/workflows/validate.yml@main
12+
validate-tf:
13+
uses: trussworks/shared-actions/.github/workflows/validate-tf.yml@main
1414
with:
1515
go-version: 1.19

0 commit comments

Comments
 (0)