mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
GitHub Actions - rename workflow to Build
This commit is contained in:
parent
51c2c0e9a1
commit
4aa3db2ba6
@ -9,7 +9,7 @@
|
|||||||
# - GitHub Actions: https://help.github.com/en/actions
|
# - GitHub Actions: https://help.github.com/en/actions
|
||||||
# - IntelliJ Plugin Verifier GitHub Action: https://github.com/ChrisCarini/intellij-platform-plugin-verifier-action
|
# - IntelliJ Plugin Verifier GitHub Action: https://github.com/ChrisCarini/intellij-platform-plugin-verifier-action
|
||||||
|
|
||||||
name: Tests
|
name: Build
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
@ -1,7 +1,7 @@
|
|||||||
# IntelliJ Plugin Template
|
# IntelliJ Plugin Template
|
||||||
|
|
||||||
![official JetBrains project](https://jb.gg/badges/official-flat-square.svg)
|
![official JetBrains project](https://jb.gg/badges/official-flat-square.svg)
|
||||||
![Tests](https://github.com/hsz/intellij-plugin-template/workflows/Tests/badge.svg)
|
![Build](https://github.com/hsz/intellij-plugin-template/workflows/Build/badge.svg)
|
||||||
|
|
||||||
IntelliJ Plugin Template is a repository that provides a pure boilerplate for creating a plugin project with ease
|
IntelliJ Plugin Template is a repository that provides a pure boilerplate for creating a plugin project with ease
|
||||||
designed as a GitHub template repository (check the [Creating a repository from a template][gh-template] article).
|
designed as a GitHub template repository (check the [Creating a repository from a template][gh-template] article).
|
||||||
|
Loading…
Reference in New Issue
Block a user