Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
cache: true
- name: Clone tok (workspace dep)
run: git clone --depth=1 https://github.com/GrayCodeAI/tok.git ../tok
- name: Clone hawk-mcpkit (workspace dep)
run: git clone --depth=1 https://github.com/GrayCodeAI/hawk-mcpkit.git ../hawk-mcpkit
- name: Boundary guard
run: bash ./scripts/check-ecosystem-boundaries.sh
- name: gofumpt diff
Expand Down Expand Up @@ -80,6 +82,8 @@ jobs:
cache: true
- name: Clone tok (workspace dep)
run: git clone --depth=1 https://github.com/GrayCodeAI/tok.git ../tok
- name: Clone hawk-mcpkit (workspace dep)
run: git clone --depth=1 https://github.com/GrayCodeAI/hawk-mcpkit.git ../hawk-mcpkit
- name: Boundary guard
run: bash ./scripts/check-ecosystem-boundaries.sh
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v7.0.0
Expand All @@ -103,6 +107,8 @@ jobs:
cache: true
- name: Clone tok (workspace dep)
run: git clone --depth=1 https://github.com/GrayCodeAI/tok.git ../tok
- name: Clone hawk-mcpkit (workspace dep)
run: git clone --depth=1 https://github.com/GrayCodeAI/hawk-mcpkit.git ../hawk-mcpkit
- name: Boundary guard
run: bash ./scripts/check-ecosystem-boundaries.sh
- name: Tidy check
Expand Down Expand Up @@ -146,6 +152,8 @@ jobs:
cache: true
- name: Clone tok (workspace dep)
run: git clone --depth=1 https://github.com/GrayCodeAI/tok.git ../tok
- name: Clone hawk-mcpkit (workspace dep)
run: git clone --depth=1 https://github.com/GrayCodeAI/hawk-mcpkit.git ../hawk-mcpkit
- name: govulncheck
run: |
go install golang.org/x/vuln/cmd/govulncheck@v1.1.4
Expand All @@ -170,6 +178,8 @@ jobs:
cache: true
- name: Clone tok (workspace dep)
run: git clone --depth=1 https://github.com/GrayCodeAI/tok.git ../tok
- name: Clone hawk-mcpkit (workspace dep)
run: git clone --depth=1 https://github.com/GrayCodeAI/hawk-mcpkit.git ../hawk-mcpkit
- name: deadcode
run: |
go install golang.org/x/tools/cmd/deadcode@v0.30.0
Expand Down Expand Up @@ -205,6 +215,8 @@ jobs:
cache: true
- name: Clone tok (workspace dep)
run: git clone --depth=1 https://github.com/GrayCodeAI/tok.git ../tok
- name: Clone hawk-mcpkit (workspace dep)
run: git clone --depth=1 https://github.com/GrayCodeAI/hawk-mcpkit.git ../hawk-mcpkit
- name: Run fuzz targets
run: |
go test -fuzz=FuzzContentHash -fuzztime=60s ./engine
Expand Down Expand Up @@ -236,6 +248,8 @@ jobs:
cache: true
- name: Clone tok (workspace dep)
run: git clone --depth=1 https://github.com/GrayCodeAI/tok.git ../tok
- name: Clone hawk-mcpkit (workspace dep)
run: git clone --depth=1 https://github.com/GrayCodeAI/hawk-mcpkit.git ../hawk-mcpkit
- name: Build
env:
GOOS: ${{ matrix.goos }}
Expand Down
8 changes: 8 additions & 0 deletions api/proto/buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: v2
plugins:
- local: protoc-gen-go
out: .
opt: paths=source_relative
- local: protoc-gen-go-grpc
out: .
opt: paths=source_relative
Loading
Loading