From 414d5c88c7376e43433f3af1a5c54aa226643384 Mon Sep 17 00:00:00 2001 From: IvanGonher <94083885+IvanGonher@users.noreply.github.com> Date: Sat, 11 May 2024 04:53:44 -0600 Subject: [PATCH 1/2] Create npm-gulp.yml --- .github/workflows/npm-gulp.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/npm-gulp.yml diff --git a/.github/workflows/npm-gulp.yml b/.github/workflows/npm-gulp.yml new file mode 100644 index 0000000..64fff95 --- /dev/null +++ b/.github/workflows/npm-gulp.yml @@ -0,0 +1,28 @@ +name: NodeJS with Gulp + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [14.x, 16.x, 18.x] + + steps: + - uses: actions/checkout@v4 + + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + + - name: Build + run: | + npm install + gulp From b61a1e7873e48987fd7d9d0ecb06be69d41263fe Mon Sep 17 00:00:00 2001 From: IvanGonher <94083885+IvanGonher@users.noreply.github.com> Date: Sat, 11 May 2024 06:02:43 -0600 Subject: [PATCH 2/2] README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92a6eac..ed10a5c 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,4 @@ AI-SaaS is released under the [MIT License](https://opensource.org/licenses/MIT) ## Acknowledgments AI-SaaS is built with the invaluable support and integration of several open-source projects and technologies. I extend my gratitude to the developers and maintainers of Next.js, OpenAI, Replicate, Tailwind CSS, Prisma, and Stripe for their significant contributions to the development community. +[![Netlify Status](https://api.netlify.com/api/v1/badges/6da7f929-c69e-4c0a-9fd6-596a41129274/deploy-status)](https://app.netlify.com/sites/superlative-malabi-796b55/deploys)