Skip to content

Commit 180fff3

Browse files
committed
Integrate Takumi Guard into the GitHub Actions workflows
1 parent b06bc57 commit 180fff3

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- name: Setup Go
2323
uses: ./.github/actions/setup-go
2424

25+
- uses: flatt-security/setup-takumi-guard-golang@2e3c7c40b538cd68b2ac483def12982ebc8bc02e # v1
26+
27+
- run: go get github.com/flatt-security/hola-takumi-go@v0.1.0
28+
2529
- run: go test
2630

2731
- shell: bash

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
- name: Setup Go
2525
uses: ./.github/actions/setup-go
2626

27+
- uses: flatt-security/setup-takumi-guard-golang@2e3c7c40b538cd68b2ac483def12982ebc8bc02e # v1
28+
29+
- run: go get github.com/flatt-security/hola-takumi-go@v0.1.0
30+
2731
- run: make dist
2832

2933
- name: Set version

0 commit comments

Comments
 (0)