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