Otanikotani / view-github-actions-idea-plugin

Intellij IDEA plugin to browse execution of GitHub actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Actions

codecov GitHub Checks

A plugin for Intellij IDEA to display statuses of GitHub Actions of the repository. This plugin is a good alternative to alt-tabbing for every time you push some changes to the branch and want to see whether the repository's checks are passing on your changes.

Jetbrains Repository Plugin page

Checks Plugin

Use cases:

  • Imagine having some GitHub Workflows to set up to run on pull requests that must pass before you can merge the pull request. With this plugin you can see the status and the build log of the workflow
  • You did a push into some branch and you want to see how your GitHub Actions that were triggered by that push are doing. You can monitor the status of the actions via this plugin.

Features:

Team

Tofik Mamishov Andrey Artyukhov
Tofik Mamishov Andrey Artyukhov

About

Intellij IDEA plugin to browse execution of GitHub actions

License:MIT License


Languages

Language:Kotlin 100.0%