Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit dfb8b89

Browse files
chore: misc repository maintenance (#808)
1 parent 5a340b1 commit dfb8b89

File tree

30 files changed

+115
-101
lines changed

30 files changed

+115
-101
lines changed

.github/workflows/ci-cli-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- reopened
99
- ready_for_review
1010
paths:
11+
- .github/workflows/ci-cli-build.yml
1112
- cli/**
1213

1314
permissions:

.github/workflows/ci-cli-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- reopened
99
- ready_for_review
1010
paths:
11+
- .github/workflows/ci-cli-lint.yml
1112
- cli/**
1213

1314
permissions:

.github/workflows/ci-go-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- reopened
1010
- ready_for_review
1111
paths:
12+
- .github/workflows/ci-go-lint.yml
1213
- "**/*.go"
1314
- "**/go.mod"
1415

@@ -57,4 +58,4 @@ jobs:
5758
with:
5859
working-directory: ${{ matrix.dir }}
5960
version: latest
60-
args: --timeout=10m
61+
args: --timeout=10m --config=${{ github.workspace }}/.trunk/configs/.golangci.yaml

.github/workflows/ci-go-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- reopened
1010
- ready_for_review
1111
paths:
12+
- .github/workflows/ci-go-test.yml
1213
- "**/*.go"
1314
- "**/go.mod"
1415
- "**/testdata/**"

.github/workflows/ci-release-info-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- reopened
99
- ready_for_review
1010
paths:
11+
- .github/workflows/ci-release-info-build.yaml
1112
- tools/release-info/**
1213

1314
permissions:

.github/workflows/ci-release-info-lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- reopened
99
- ready_for_review
1010
paths:
11+
- .github/workflows/ci-release-info-lint.yaml
1112
- tools/release-info/**
1213

1314
permissions:

.github/workflows/ci-runtime-integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- reopened
99
- ready_for_review
1010
paths:
11+
- .github/workflows/ci-runtime-integration-tests.yml
1112
- runtime/**
1213

1314
permissions:

.github/workflows/ci-sdk-as-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- reopened
99
- ready_for_review
1010
paths:
11+
- .github/workflows/ci-sdk-as-build.yml
1112
- sdk/assemblyscript/**
1213

1314
permissions:

.github/workflows/ci-sdk-as-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- reopened
99
- ready_for_review
1010
paths:
11+
- .github/workflows/ci-sdk-as-lint.yml
1112
- sdk/assemblyscript/**
1213

1314
permissions:

.github/workflows/ci-sdk-as-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- reopened
99
- ready_for_review
1010
paths:
11+
- .github/workflows/ci-sdk-as-test.yml
1112
- sdk/assemblyscript/**
1213

1314
permissions:

0 commit comments

Comments
 (0)