Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosedp/scala-github-action
Sample Scala 3 GitHub Action with Quarkus
https://github.com/carlosedp/scala-github-action
actions github github-actions quarkus scala scala3
Last synced: about 1 month ago
JSON representation
Sample Scala 3 GitHub Action with Quarkus
- Host: GitHub
- URL: https://github.com/carlosedp/scala-github-action
- Owner: carlosedp
- Created: 2024-03-12T12:21:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T00:13:22.000Z (about 2 months ago)
- Last Synced: 2024-09-26T19:22:42.400Z (about 2 months ago)
- Topics: actions, github, github-actions, quarkus, scala, scala3
- Language: Scala
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scala 3 Quarkus Sample Action
This repository contains a GitHub Action powered by [Quarkus GitHub Action](https://github.com/quarkiverse/quarkus-github-action) written in Scala 3.
It allows using all Scala 3 expressiveness and flexibility with Quarkus framework.
For more information, look at .
When pushing to the `main` branch, the GitHub Action artifact is automatically published to the Maven repository of this GitHub repository.
The `action.yml` descriptor instructs GitHub Actions to run this published artifact using JBang when the action is executed.
To use in your project, add to your actions:
```yaml
- name: Run Sample Scala 3 Quarkus Action
uses: carlosedp/scala-github-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
```