It's the official GitHub Action for golangci-lint from its authors.
Updated 2026-01-12 21:07:29 +07:00
This action checks-out your repository under $GITHUB_WORKSPACE, so your workflow can access it.
Updated 2026-01-10 03:09:42 +07:00
This action sets up a Python environment for use in actions by: - optionally installing and adding to PATH a version of Python that is already installed in the tools cache - downloading, installing and adding to PATH an available version of Python from GitHub Releases ([actions/python-versions](https://github.com/actions/python-versions/releases)) if a specific version is not available in the tools cache - failing if a specific version of Python is not preinstalled or available for download - registering problem matchers for error output
Updated 2026-01-08 13:38:06 +07:00