Summary
- This release focuses on improving the quality and professionalism of the Pull Request comments generated by the action, making them more informative for users.
Breaking Changes
Features
Improvements
- Enhanced the Pull Request comments generated by the action to be more professional and informative.
Fixes
Security
Documentation
Updated (dependencies)
Technical Details
- Refactor: improve PR comment to be more professional and informative (6a5e3c1)
Contributors
Testing
Installation
Go Install
go install github.com/AxeForging/structlint/cmd/structlint@v0.4.1
Linux/macOS (AMD64)
curl -L https://github.com/AxeForging/structlint/releases/download/v0.4.1/structlint-linux-amd64.tar.gz | tar xz
chmod +x structlint-linux-amd64
sudo mv structlint-linux-amd64 /usr/local/bin/structlint
Linux/macOS (ARM64)
curl -L https://github.com/AxeForging/structlint/releases/download/v0.4.1/structlint-linux-arm64.tar.gz | tar xz
chmod +x structlint-linux-arm64
sudo mv structlint-linux-arm64 /usr/local/bin/structlint