chipsalliance / verible-linter-action

Automatic SystemVerilog linting in github actions with the help of Verible
Apache License 2.0
24 stars 11 forks source link

Convert action from Docker to composite #26

Closed koluckirafal closed 1 year ago

koluckirafal commented 1 year ago

This PR converts this action from Docker-based system to composite action running on native Actions environment. A new input is introduced, called verible_version, which allows for selecting Verible version to be used in the workflow (in format v0.0-number-commit) - by default the latest release from https://github.com/chipsalliance/verible/releases will be used.