Skip to content

Commit

Permalink
Added Meta Data and updated SEO Details
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjustshubh committed Jan 23, 2024
1 parent ecd13e2 commit 37ee3de
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Node.js CI

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

jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
cache: 'npm'
- run: npm install
- run: npm run build --if-present
- run: npm test --if-present
- name: Print npm debug log
if: failure()
run: cat /home/runner/.npm/_logs/*-debug.log

0 comments on commit 37ee3de

Please sign in to comment.