Skip to content

Commit 1805bf9

Browse files
committed
update precommit hook
1 parent 9db91f3 commit 1805bf9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.githooks/pre-commit

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ go generate ./...
55
# Add examples and docs files to git after documentation is generated
66
git add examples/
77
git add docs/
8+
git add internal/
89
echo "Pre-commit hook finished"

internal/provider/resources/resource_workspace_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ package resources_test
33
import (
44
"context"
55
"fmt"
6-
"github.com/astronomer/astronomer-terraform-provider/internal/clients"
76
"os"
87
"testing"
98

9+
"github.com/astronomer/astronomer-terraform-provider/internal/clients"
10+
1011
"github.com/astronomer/astronomer-terraform-provider/internal/clients/platform"
1112
astronomerprovider "github.com/astronomer/astronomer-terraform-provider/internal/provider"
1213
"github.com/astronomer/astronomer-terraform-provider/internal/utils"

0 commit comments

Comments
 (0)