Skip to content

Commit 0bf3a92

Browse files
committed
chore: rename k9 directories to self-validating for clarity
1 parent 2c40dc5 commit 0bf3a92

40 files changed

Lines changed: 462 additions & 5 deletions

.github/copilot/coding-agent.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
mcp_servers:
2+
boj-server:
3+
command: npx
4+
args: ["-y", "@hyperpolymath/boj-server@latest"]
5+
env:
6+
BOJ_URL: http://localhost:7700

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ permissions:
2323
jobs:
2424
analyze:
2525
runs-on: ubuntu-latest
26+
timeout-minutes: 15
2627
permissions:
2728
contents: read
2829
security-events: write

.github/workflows/guix-nix-policy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ permissions:
88
jobs:
99
check:
1010
runs-on: ubuntu-latest
11+
timeout-minutes: 15
1112
permissions:
1213
contents: read
1314
steps:

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
scan:
3636
name: Hypatia Neurosymbolic Analysis
3737
runs-on: ubuntu-latest
38+
timeout-minutes: 15
3839

3940
steps:
4041
- name: Checkout repository

.github/workflows/instant-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414
jobs:
1515
dispatch:
1616
runs-on: ubuntu-latest
17+
timeout-minutes: 15
1718
steps:
1819
- name: Trigger Propagation
1920
uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v3

.github/workflows/mirror.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
jobs:
1414
mirror-gitlab:
1515
runs-on: ubuntu-latest
16+
timeout-minutes: 15
1617
if: vars.GITLAB_MIRROR_ENABLED == 'true'
1718
steps:
1819
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -31,6 +32,7 @@ jobs:
3132
3233
mirror-bitbucket:
3334
runs-on: ubuntu-latest
35+
timeout-minutes: 15
3436
if: vars.BITBUCKET_MIRROR_ENABLED == 'true'
3537
steps:
3638
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -49,6 +51,7 @@ jobs:
4951
5052
mirror-codeberg:
5153
runs-on: ubuntu-latest
54+
timeout-minutes: 15
5255
if: vars.CODEBERG_MIRROR_ENABLED == 'true'
5356
steps:
5457
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -67,6 +70,7 @@ jobs:
6770
6871
mirror-sourcehut:
6972
runs-on: ubuntu-latest
73+
timeout-minutes: 15
7074
if: vars.SOURCEHUT_MIRROR_ENABLED == 'true'
7175
steps:
7276
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -85,6 +89,7 @@ jobs:
8589
8690
mirror-disroot:
8791
runs-on: ubuntu-latest
92+
timeout-minutes: 15
8893
if: vars.DISROOT_MIRROR_ENABLED == 'true'
8994
steps:
9095
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -103,6 +108,7 @@ jobs:
103108
104109
mirror-gitea:
105110
runs-on: ubuntu-latest
111+
timeout-minutes: 15
106112
if: vars.GITEA_MIRROR_ENABLED == 'true'
107113
steps:
108114
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -121,6 +127,7 @@ jobs:
121127
122128
mirror-radicle:
123129
runs-on: ubuntu-latest
130+
timeout-minutes: 15
124131
if: vars.RADICLE_MIRROR_ENABLED == 'true'
125132
steps:
126133
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/npm-bun-blocker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ permissions:
88
jobs:
99
check:
1010
runs-on: ubuntu-latest
11+
timeout-minutes: 15
1112
permissions:
1213
contents: read
1314
steps:

.github/workflows/quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99
jobs:
1010
lint:
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 15
1213
permissions:
1314
contents: read
1415
steps:
@@ -41,6 +42,7 @@ jobs:
4142

4243
docs:
4344
runs-on: ubuntu-latest
45+
timeout-minutes: 15
4446
permissions:
4547
contents: read
4648
steps:

.github/workflows/rsr-antipattern.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ permissions:
2020
jobs:
2121
antipattern-check:
2222
runs-on: ubuntu-latest
23+
timeout-minutes: 15
2324
permissions:
2425
contents: read
2526
steps:

.github/workflows/rust-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
check:
1919
name: Cargo check + clippy + fmt
2020
runs-on: ubuntu-latest
21+
timeout-minutes: 15
2122
if: hashFiles('Cargo.toml') != ''
2223

2324
steps:
@@ -44,6 +45,7 @@ jobs:
4445
test:
4546
name: Cargo test
4647
runs-on: ubuntu-latest
48+
timeout-minutes: 15
4749
needs: check
4850
if: hashFiles('Cargo.toml') != ''
4951

0 commit comments

Comments
 (0)