Gitea Actions

Mirrors of Gitea actions

This action checks-out your repository under $GITHUB_WORKSPACE, so your workflow can access it.
Updated 2026-05-29 09:40:09 +07:00
Updated 2026-05-28 23:45:24 +07:00
Updated 2026-05-28 23:43:24 +07:00
It's the official GitHub Action for golangci-lint from its authors.
Updated 2026-05-28 18:04:48 +07:00
This action sets up a go environment for use in actions by: - Optionally downloading and caching a version of Go by version and adding to PATH. - Registering problem matchers for error output.
Updated 2026-05-23 20:34:34 +07:00
This action allows caching dependencies and build outputs to improve workflow execution time.
Updated 2026-05-21 03:18:29 +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-05-20 10:36:02 +07:00
Upload Actions Artifacts from your Workflow Runs. Internally powered by @actions/artifact package.
Updated 2026-04-14 21:19:31 +07:00
This downloads artifacts from your build.
Updated 2026-03-17 20:33:43 +07:00