Skip to content

Added hover to the Card & the filter now reacts on enter #321

Added hover to the Card & the filter now reacts on enter

Added hover to the Card & the filter now reacts on enter #321

Workflow file for this run

name: Prettier
on:
pull_request:
branches: [main]
jobs:
check-prettier:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: yarn
- name: Check code formatting
run: yarn prettier:check