Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rampatra/wedding-website
Browse files Browse the repository at this point in the history
  • Loading branch information
rampatra committed Mar 1, 2023
2 parents 6cf14e2 + 220aa38 commit 1d01b8c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: NodeJS with Gulp

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Build
run: |
npm install
gulp
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ I have written a
customize each of them according to your needs.

# About Me
Hello, my name is Ram. I am a Lead Software Engineer at [Mastercard R&D Labs](https://www.mastercard.com/). I enjoy making teeny tiny applications in
Hello, my name is Ram. I am an Engineering Manager at [Mastercard R&D Labs](https://www.mastercard.com/). I enjoy making teeny tiny applications in
my leisure time and this is one of them. Now that my wedding is over, I am open-sourcing the project. Hope you like it!

Lastly, if you use a Mac then you may also love [Presentify](https://presentify.compzets.com/). Give it a whirl and let me know your thoughts.
Expand Down

0 comments on commit 1d01b8c

Please sign in to comment.