Closed Bryan-Roe closed 3 months ago
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.
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. |
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: