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 npm-grunt.yml #505

Closed Bryan-Roe closed 3 months ago

Bryan-Roe commented 3 months ago

Motivation and Context

Description

Contribution Checklist

Summary by Sourcery

Introduce a new GitHub Actions workflow to automate NodeJS builds using Grunt for multiple Node.js versions on push and pull request events targeting the main branch.

CI:

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

Deploying semantic-kernel with  Cloudflare Pages  Cloudflare Pages

Latest commit: 23c0258
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 npm-grunt.yml to automate the build process for Node.js projects using Grunt. The workflow is triggered on pushes and pull requests to the main branch and supports multiple Node.js versions (18.x, 20.x, 22.x). The workflow includes steps for checking out the repository, setting up the specified Node.js version, installing dependencies, and running Grunt tasks.

File-Level Changes

Files Changes
.github/workflows/npm-grunt.yml Introduced a new GitHub Actions workflow to automate the build process for Node.js projects using Grunt, supporting multiple Node.js versions and triggered on push and pull request events to the main branch.

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.