Releases: norwd/golintr
Releases · norwd/golintr
Show golint errors as file annotations
What's Changed
🚀 Features
- Show golint errors as file annotations by @norwd in #5
- Fix step IDs to prevent false negatives by @norwd in #7
Full Changelog: v2.0.1...v2.1.0
v2.1.0-beta.3
What's Changed
🚀 Features
- Show golint errors as file annotations by @norwd in #5
- Fix step IDs to prevent false negatives by @norwd in #7
Full Changelog: v2.0.1...v2.1.0-beta.3
v2.1.0-beta.2
v2.1.0-beta.1
Show raw errors in workflow log
V2 - Composite Action
Changes from Jerome1337/golint-action@v1.0.3
- Add
.github/dependabot.yml
- Add
.github/labeler.yml
- Add
.github/release.yml
- Add
.github/test/main.go
- Add
.github/workflows/labeler.yml
- Add
.github/workflows/self-test.yml
- One part working example
- One part actual workflow
- Remove
CODEOWNERS
- Remove
Dockerfile
- Remove
entrypoint.sh
- Update
LICENSE
- Add @norwd to copyright header
- Update
README.md
- Outline simple usecase
- Outline advanced usecase
- Update
action.yml
- Heavily modify
Dockerfile
to a composite GitHub Action
- Heavily modify
Full Changelog: 2c695d2...v2.0.0
Working Prototype
This runs. It's not pretty yet. But it runs!
Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2
Initial Beta
Fork Jerome1337/golint-action and convert to composite action.
Full Changelog: https://github.com/norwd/golintr/commits/v2.0.0-beta.1