Migrate setup iggy (#1)

31 files changed
tree: cdc57edc8eae7c8f729a3c7ce531041025d23693
  1. .github/
  2. .vscode/
  3. dist/
  4. src/
  5. .asf.yaml
  6. .gitignore
  7. .nvmrc
  8. .prettierrc.json
  9. action.yml
  10. CODEOWNERS
  11. eslint.config.mjs
  12. LICENSE
  13. NOTICE
  14. package-lock.json
  15. package.json
  16. README.md
  17. tsconfig.json
README.md

Apache Iggy GitHub Action

Usage

Options

Description

A GitHub Action to run iggy server

Inputs

namedescriptionrequireddefault
versionThe Iggy version to launch.falselatest
autostartSet to false if you do not want to start iggy server automaticallyfalsetrue

Outputs

namedescription
versionThe Iggy version that was launched.

Runs

This action is a node20 action.

Contributions

Any pull request is welcome!

Maintainers

Every pull request should be reviewed and merged. Once it‘s done, you can trigger a release at any time going to releases. A draft release is created and updated with new pull request. You can edit the release, then publish it. It will publish the release and create the adapted tag. It’s done!