Skip to content

Fix Button Hover Text Color #9

Fix Button Hover Text Color

Fix Button Hover Text Color #9

Workflow file for this run

name: Continuos Integration
on:
pull_request:
branches:
['main']
jobs:
continuos-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Using Node.js
uses: actions/setup-node@v2
with:
node-version: 20.
- name: run install, build and test
run: |
npm install
npm test
npm run build