Axiom Tests
Version updated for https://github.com/k15z/axiom to version v0.1.3.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Axiom is a GitHub Action designed to automate the verification of high-level behavioral invariants, such as architectural boundaries, security requirements, and error-handling contracts, by leveraging a large language model (LLM). It allows users to define plain-English assertions about their codebase, which are automatically tested to catch issues that might otherwise go unnoticed during refactoring or code review. Key capabilities include automated test generation, incremental test runs based on file changes, and seamless integration with CI pipelines for continuous validation.
Release notes
Changelog
- 62d6a12bf3a731c99aa63496a648d2d1f476048a Add bug report, preventive axiom rules, and CLI development guidelines (#54)
- 86979c6e69b1fe399b27f9e9172a86786f0b847c Fix BUG-1, BUG-4, BUG-10, BUG-13 (#56)
- 2d71fb1f018413a9c89ab1e3ce087a4d85956b14 Fix BUG-2, BUG-3, BUG-14, BUG-15, BUG-QA-6, BUG-QA-11 (#55)
- 19ea5b9ad6e5bd2ee63e923edadc5e195a1a4fd8 Fix BUG-5/6, BUG-7, BUG-8, BUG-9, BUG-11, BUG-12 (#57)
- a6aa68b3acee114a9d418ff2517a6cc22693b265 Fix BUG-QA-7 and BUG-QA-12: init.go config overwrite, glob.go .axiom skip
- b0fd4f9f19ab1df1330848cb2401815c6779c787 Remove BUGS.md and fix duplicate RunFailureError declaration