Skip to content

Commit cbe0eb1

Browse files
authored
Merge pull request #7 from agent-sh/ci/add-agnix-validation
ci: add agnix validation to CI
2 parents 3579a15 + 3b5ac85 commit cbe0eb1

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.agnix.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
severity = "Warning"
2+
exclude = ["node_modules/**", ".git/**", "dist/**", ".next/**"]
3+
target = "ClaudeCode"
4+
tools = []
5+
locale = "en"
6+
7+
[rules]
8+
9+
disabled_rules = []
10+
11+
[tool_versions]
12+
13+
[spec_revisions]

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ jobs:
1010
ci:
1111
uses: agent-sh/.github/.github/workflows/ci-node.yml@main
1212
secrets: inherit
13+
14+
agnix:
15+
uses: agent-sh/.github/.github/workflows/ci-agnix.yml@main

0 commit comments

Comments
 (0)