Skip to content

fix: Restore 24-hour banner logic - Remove temporary testing code and… #31

fix: Restore 24-hour banner logic - Remove temporary testing code and…

fix: Restore 24-hour banner logic - Remove temporary testing code and… #31

Workflow file for this run

#name: CI/CD Pipeline
# on:
# push:
# branches:
# - main
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
# - name: Set up Node.js
# uses: actions/setup-node@v2
# with:
# node-version: 18
# - name: Install Dependencies
# run: npm ci
# - name: Run tests
# run: npm test