Skip to content

Commit

Permalink
Merge pull request #122 from diffblue/roxspring/action-description-le…
Browse files Browse the repository at this point in the history
…ngth

action.yml descriptions must be <125 characters long
  • Loading branch information
roxspring authored Mar 21, 2024
2 parents 1805391 + 3b4dc93 commit ebf9c4b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Check - Description Length
uses: mikefarah/yq@master
with:
cmd: yq eval --exit-status '.description | length < 125' action.yml

- name: Build
run: |
# Rebuild per-JDK actions based on the base content
Expand Down
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Diffblue Cover
description:
Runs Diffblue Cover to automatically write and maintain Java unit tests.
Variations of the action are available using various supported JDK versions.
This variation uses JDK17.
Runs Diffblue Cover directly in your workflow to autonomously write
Java unit tests on your pull requests.
author: Diffblue
branding:
icon: check-circle
Expand Down
5 changes: 2 additions & 3 deletions jdk11/action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Diffblue Cover
description:
Runs Diffblue Cover to automatically write and maintain Java unit tests.
Variations of the action are available using various supported JDK versions.
This variation uses JDK11.
Runs Diffblue Cover directly in your workflow to autonomously write
Java unit tests on your pull requests.
author: Diffblue
branding:
icon: check-circle
Expand Down
5 changes: 2 additions & 3 deletions jdk17/action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Diffblue Cover
description:
Runs Diffblue Cover to automatically write and maintain Java unit tests.
Variations of the action are available using various supported JDK versions.
This variation uses JDK17.
Runs Diffblue Cover directly in your workflow to autonomously write
Java unit tests on your pull requests.
author: Diffblue
branding:
icon: check-circle
Expand Down
5 changes: 2 additions & 3 deletions jdk21/action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Diffblue Cover
description:
Runs Diffblue Cover to automatically write and maintain Java unit tests.
Variations of the action are available using various supported JDK versions.
This variation uses JDK21.
Runs Diffblue Cover directly in your workflow to autonomously write
Java unit tests on your pull requests.
author: Diffblue
branding:
icon: check-circle
Expand Down
5 changes: 2 additions & 3 deletions jdk8/action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Diffblue Cover
description:
Runs Diffblue Cover to automatically write and maintain Java unit tests.
Variations of the action are available using various supported JDK versions.
This variation uses JDK8.
Runs Diffblue Cover directly in your workflow to autonomously write
Java unit tests on your pull requests.
author: Diffblue
branding:
icon: check-circle
Expand Down

0 comments on commit ebf9c4b

Please sign in to comment.