Skip to content

fix(): modify color for better accessibility, add missing tests #3

fix(): modify color for better accessibility, add missing tests

fix(): modify color for better accessibility, add missing tests #3

Workflow file for this run

name: Lint Code Base and test
on:
push:
branches: ["develop"]
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm i
- name: Run lint
run: npm run lint
- name: Run tests
run: npm run test