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

Hon #520

Closed Bryan-Roe closed 3 months ago

Bryan-Roe commented 3 months ago

Motivation and Context

Description

Contribution Checklist

Summary by Sourcery

Introduce multiple GitHub Actions workflows for building, testing, and publishing projects across various languages and frameworks, including MSBuild, R, CMake, Python, Node.js, Laravel, Scala, D, and Rust.

CI:

sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

This pull request introduces multiple GitHub Actions workflows to automate the build, test, and deployment processes for various programming languages and frameworks. The changes are implemented by adding new YAML configuration files under the .github/workflows directory. Each file defines a specific workflow for a different language or framework, ensuring that the project can be built and tested automatically on different platforms and environments.

File-Level Changes

Files Changes
.github/workflows/msbuild.yml
.github/workflows/r.yml
.github/workflows/cmake-single-platform.yml
.github/workflows/python-app.yml
.github/workflows/npm-publish-github-packages.yml
.github/workflows/laravel.yml
.github/workflows/scala.yml
.github/workflows/npm-publish.yml
.github/workflows/d.yml
.github/workflows/node.js.yml
.github/workflows/npm-grunt.yml
.github/workflows/rust.yml
Added multiple GitHub Actions workflows to automate the build, test, and deployment processes for various programming languages and frameworks.

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.