mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Spellchecking
This commit is contained in:
8
.github/workflows/run-ui-tests.yml
vendored
8
.github/workflows/run-ui-tests.yml
vendored
@@ -1,9 +1,9 @@
|
||||
# GitHub Actions Workflow for launching UI tests on Linux, Windows, and Mac in the following steps:
|
||||
# - prepare and launch IDE with your plugin and robot-server plugin, which is needed to interact with UI
|
||||
# - wait for IDE to start
|
||||
# - run UI tests with separate Gradle task
|
||||
# - Prepare and launch IDE with your plugin and robot-server plugin, which is needed to interact with the UI.
|
||||
# - Wait for IDE to start.
|
||||
# - Run UI tests with a separate Gradle task.
|
||||
#
|
||||
# Please check https://github.com/JetBrains/intellij-ui-test-robot for information about UI tests with IntelliJ Platform
|
||||
# Please check https://github.com/JetBrains/intellij-ui-test-robot for information about UI tests with IntelliJ Platform.
|
||||
#
|
||||
# Workflow is triggered manually.
|
||||
|
||||
|
||||
5
.github/workflows/template-cleanup.yml
vendored
5
.github/workflows/template-cleanup.yml
vendored
@@ -1,6 +1,5 @@
|
||||
# GitHub Actions Workflow responsible for cleaning up the IntelliJ Platform Plugin Template repository from
|
||||
# the template-specific files and configurations. This workflow is supposed to be triggered automatically
|
||||
# when a new template-based repository has been created.
|
||||
# GitHub Actions Workflow responsible for cleaning up the IntelliJ Platform Plugin Template repository from the template-specific files and configurations.
|
||||
# This workflow is supposed to be triggered automatically when a new template-based repository has been created.
|
||||
|
||||
name: Template Cleanup
|
||||
on:
|
||||
|
||||
Reference in New Issue
Block a user