We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e98e6 commit 1535c94Copy full SHA for 1535c94
1 file changed
.github/workflows/check-init
@@ -7,6 +7,7 @@ cd "$(mktemp -d)"
7
go mod init inittest
8
go get -tool github.com/99designs/gqlgen
9
go mod edit -replace=github.com/99designs/gqlgen="$gqlgen_dir"
10
+go mod tidy
11
12
if ! go tool gqlgen init ; then
13
echo "gqlgen init failed"
0 commit comments