Skip to content

Commit

Permalink
Superficial change to trigger Action
Browse files Browse the repository at this point in the history
The old PR GH Actions failures are a mystery, because their logs are
gone. Trying to trigger another run to capture the actual failure.
  • Loading branch information
brianeray authored Aug 2, 2024
1 parent 40a7084 commit 131dade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Consists of two projects useful in generating the boilerplate structure for an Ignition module built using the
Gradle build tool.

1. [Ignition Module Generator Core](generator-core/README.md) library for creating Ignition module skeletons. Written in Kotlin, usable in Kotlin, Java and other JVM languages via jar-based dependency available as Maven artifacts.
1. [Ignition Module Generator Core](generator-core/README.md): library for creating Ignition module skeletons. Written in Kotlin, usable in Kotlin, Java and other JVM languages via jar-based dependency available as Maven artifacts.

2. [Module Generator CLI](generator-cli/README.md) command line application which uses the generator library to provide a _command line interface_ (CLI) that can be used to create modules from your operating system's terminal/console.
2. [Module Generator CLI](generator-cli/README.md): command line application which uses the generator library to provide a _command line interface_ (CLI) that can be used to create modules from your operating system's terminal/console.

## Usage

Expand Down

0 comments on commit 131dade

Please sign in to comment.