1
0
Fork 0
mirror of https://github.com/imjasonh/apidiff-action synced 2026-07-06 22:52:43 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Jason Hall
8c73fc349c chore: add legacy eslint config for fallback 2025-08-08 18:48:17 -04:00
Jason Hall
805c061497
Fix lint errors and formatting
- Remove unused variables
- Add .eslintignore to exclude dist/
- Apply prettier formatting
- Fix all pre-commit hook issues
2025-07-29 17:07:15 -04:00
Jason Hall
e3eca548b6
Fix apidiff path handling for export files
Use relative paths when comparing export files
2025-07-29 17:04:28 -04:00
Jason Hall
99351e17cb
Fix apidiff export path handling
Use relative paths when creating export files in subdirectories
2025-07-29 17:00:26 -04:00
Jason Hall
b92e3a611c
Transform to apidiff-action GitHub Action
- Remove all Go code and replace with Node.js GitHub Action
- Use official golang.org/x/exp/cmd/apidiff tool
- Add PR comment functionality
- Support both git refs and directory comparisons
- Add comprehensive test suite with testdata examples
- Update CI to test action with breaking/safe/clean examples

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 16:33:49 -04:00