Skip to content

Commit 3468ebc

Browse files
committed
rm tools repo
1 parent 7448e6c commit 3468ebc

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.github/workflows/gno-fmt.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ permissions:
1717
env:
1818
GO_VERSION: "1.23.x"
1919
GOBIN: ${{ github.workspace }}/bin
20-
TOOLS_REPO: "gnolang/gno"
21-
TOOLS_REF: "master"
20+
2221

2322
jobs:
2423
lint:

.github/workflows/gno-lint.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ permissions:
1717
env:
1818
GO_VERSION: "1.23.x"
1919
GOBIN: ${{ github.workspace }}/bin
20-
TOOLS_REPO: "gnolang/gno"
21-
TOOLS_REF: "master"
2220

2321
jobs:
2422
lint:

.github/workflows/gno-test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ permissions:
1717
env:
1818
GO_VERSION: "1.23.x"
1919
GOBIN: ${{ github.workspace }}/bin
20-
TOOLS_REPO: "gnolang/gno"
21-
TOOLS_REF: "master"
2220

2321
jobs:
2422
lint:

0 commit comments

Comments
 (0)