Skip to content

Commit 28d7c7f

Browse files
authored
chore: bump actionlint hook v1.7.11 -> v1.7.12 (#1)
Patch bump of the actionlint pre-commit hook.
1 parent a8c278b commit 28d7c7f

3 files changed

Lines changed: 41 additions & 9 deletions

File tree

.github/workflows/_ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ on:
1111
jobs:
1212
lint:
1313
name: Lint
14-
runs-on: arc
14+
# ubuntu-latest while arc-dind runners are unavailable during the libvirt
15+
# migration. Revert to `arc` once the new k3s cluster has ARC runners up.
16+
runs-on: ubuntu-latest
1517
steps:
1618
- name: Checkout
1719
uses: actions/checkout@v4
@@ -21,12 +23,5 @@ jobs:
2123
with:
2224
python-version: "3.12"
2325

24-
- name: Install actionlint
25-
run: |
26-
mkdir -p "$HOME/.local/bin"
27-
curl -sSL https://github.com/rhysd/actionlint/releases/download/v1.7.7/actionlint_1.7.7_linux_amd64.tar.gz | \
28-
tar xz -C "$HOME/.local/bin" actionlint
29-
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
30-
3126
- name: Run pre-commit
3227
uses: pre-commit/action@v3.0.1

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/rhysd/actionlint
15-
rev: v1.7.11
15+
rev: v1.7.12
1616
hooks:
1717
- id: actionlint

opencode.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"$schema": "https://opencode.ai/config.json",
3+
"mcp": {
4+
"agent-hub": {"type": "local", "command": ["npx", "-y", "agent-hub-mcp@latest"], "enabled": true},
5+
"context-mode": {"type": "local", "command": ["context-mode"], "enabled": true},
6+
"context7": {"type": "remote", "url": "https://mcp.context7.com/mcp", "enabled": true},
7+
"github": {"type": "remote", "url": "https://api.githubcopilot.com/mcp/", "enabled": true, "headers": {"Authorization": "Bearer {env:GITHUB_TOKEN}"}},
8+
"opencode-docs": {"enabled": false},
9+
"opentofu-docs": {"enabled": false},
10+
"aws-docs": {"enabled": false},
11+
"kubernetes": {"enabled": false},
12+
"tmux": {"enabled": false},
13+
"linear": {"enabled": false},
14+
"notion": {"enabled": false},
15+
"aws-api-staging": {"enabled": false},
16+
"aws-api-prod": {"enabled": false},
17+
"grafana": {"enabled": false},
18+
"terraform-docs": {"enabled": false},
19+
"argocd-staging-eks": {"enabled": false},
20+
"argocd-prod-eks": {"enabled": false}
21+
},
22+
"tools": {
23+
"opencode-docs_*": false,
24+
"opentofu-docs_*": false,
25+
"aws-docs_*": false,
26+
"kubernetes_*": false,
27+
"tmux_*": false,
28+
"linear_*": false,
29+
"notion_*": false,
30+
"aws-api-staging_*": false,
31+
"aws-api-prod_*": false,
32+
"grafana_*": false,
33+
"terraform-docs_*": false,
34+
"argocd-staging-eks_*": false,
35+
"argocd-prod-eks_*": false
36+
}
37+
}

0 commit comments

Comments
 (0)