Skip to content

Release v0.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Mar 16:47
6a5e3c1

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

  • None

Features

  • None

Improvements

  • Enhanced the Pull Request comments generated by the action to be more professional and informative.

Fixes

  • None

Security

  • None

Documentation

  • None

Updated (dependencies)

  • None

Technical Details

  • Refactor: improve PR comment to be more professional and informative (6a5e3c1)

Contributors

Testing

  • None

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