Skip to content

Commit aca7d35

Browse files
committed
fix(ci): remove stale hawk clone — dependency migrated to hawk-core-contracts
1 parent b990666 commit aca7d35

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151
with:
5252
go-version: ${{ env.GO_VERSION }}
5353
cache: true
54-
- name: Clone hawk for shared/types
55-
run: git clone --depth=1 https://github.com/GrayCodeAI/hawk.git ../hawk
5654
- name: Boundary guard
5755
run: bash ./scripts/check-ecosystem-boundaries.sh
5856
- name: gofumpt diff
@@ -79,8 +77,6 @@ jobs:
7977
with:
8078
go-version: ${{ env.GO_VERSION }}
8179
cache: true
82-
- name: Clone hawk for shared/types
83-
run: git clone --depth=1 https://github.com/GrayCodeAI/hawk.git ../hawk
8480
- name: Boundary guard
8581
run: bash ./scripts/check-ecosystem-boundaries.sh
8682
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v7.0.0
@@ -102,8 +98,6 @@ jobs:
10298
with:
10399
go-version: ${{ env.GO_VERSION }}
104100
cache: true
105-
- name: Clone hawk for shared/types
106-
run: git clone --depth=1 https://github.com/GrayCodeAI/hawk.git ../hawk
107101
- name: Boundary guard
108102
run: bash ./scripts/check-ecosystem-boundaries.sh
109103
- name: Tidy check
@@ -145,8 +139,6 @@ jobs:
145139
with:
146140
go-version: ${{ env.GO_VERSION }}
147141
cache: true
148-
- name: Clone hawk for shared/types
149-
run: git clone --depth=1 https://github.com/GrayCodeAI/hawk.git ../hawk
150142
- name: govulncheck
151143
run: |
152144
go install golang.org/x/vuln/cmd/govulncheck@v1.1.4
@@ -168,8 +160,6 @@ jobs:
168160
with:
169161
go-version: ${{ env.GO_VERSION }}
170162
cache: true
171-
- name: Clone hawk for shared/types
172-
run: git clone --depth=1 https://github.com/GrayCodeAI/hawk.git ../hawk
173163
- name: deadcode
174164
run: |
175165
go install golang.org/x/tools/cmd/deadcode@latest
@@ -213,8 +203,6 @@ jobs:
213203
with:
214204
go-version: ${{ env.GO_VERSION }}
215205
cache: true
216-
- name: Clone hawk for shared/types
217-
run: git clone --depth=1 https://github.com/GrayCodeAI/hawk.git ../hawk
218206
- name: Build
219207
env:
220208
GOOS: ${{ matrix.goos }}

0 commit comments

Comments
 (0)