Skip to content

Commit 32b0bde

Browse files
authored
Merge pull request #6 from CrowdStrike/module_name_fix
fix(gomod): module name and repository name were different
2 parents e41e933 + 222aa11 commit 32b0bde

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88

99
jobs:
10-
gqltools:
10+
gql:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project_name: gqltools
1+
project_name: gql
22
before:
33
hooks:
44
- go mod tidy

cmd/linter/inline_lint_config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package linter
33
import (
44
"strings"
55

6-
"github.com/CrowdStrike/gql/cmd/linter/lexer"
7-
86
"github.com/vektah/gqlparser/v2/ast"
7+
8+
"github.com/CrowdStrike/gql/cmd/linter/lexer"
99
)
1010

1111
type inlineLintConfigMetadata struct {

0 commit comments

Comments
 (0)