diff --git a/.agnix.toml b/.agnix.toml new file mode 100644 index 0000000..25f32bb --- /dev/null +++ b/.agnix.toml @@ -0,0 +1,13 @@ +severity = "Warning" +exclude = ["node_modules/**", ".git/**", "dist/**", ".next/**"] +target = "ClaudeCode" +tools = [] +locale = "en" + +[rules] + +disabled_rules = [] + +[tool_versions] + +[spec_revisions] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46580a0..8d87423 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,3 +10,6 @@ jobs: ci: uses: agent-sh/.github/.github/workflows/ci-node.yml@main secrets: inherit + + agnix: + uses: agent-sh/.github/.github/workflows/ci-agnix.yml@main