Bryan-Roe / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://bryan-roe.github.io/semantic-kernel/
Apache License 2.0
0 stars 3 forks source link

Create scala.yml #507

Closed Bryan-Roe closed 3 months ago

Bryan-Roe commented 3 months ago

Motivation and Context

Description

Contribution Checklist

Summary by Sourcery

Introduce a GitHub Actions workflow for continuous integration of Scala projects, including steps for setting up JDK 11, running tests with sbt, and uploading the dependency graph.

CI:

cloudflare-workers-and-pages[bot] commented 3 months ago

Deploying ai with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5673d25
Status:🚫  Build failed.

View logs

sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

This pull request introduces a new GitHub Actions workflow file named 'scala.yml' to automate the CI process for Scala projects. The workflow is configured to trigger on push and pull request events to the main branch. It sets up the necessary environment by checking out the repository, setting up JDK 11, running sbt tests, and optionally uploading the dependency graph to GitHub.

File-Level Changes

Files Changes
.github/workflows/scala.yml Introduced a new CI workflow for Scala projects, including steps for setting up the environment, running tests, and uploading the dependency graph.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.