GitHub Actions - rename workflow to Build

This commit is contained in:
Jakub Chrzanowski 2020-05-06 09:34:35 +02:00
parent 51c2c0e9a1
commit 4aa3db2ba6
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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).