Skip to content

feat: hover: add transition & change text color #431

feat: hover: add transition & change text color

feat: hover: add transition & change text color #431

Workflow file for this run

name: Lint
on:
push:
branches: ['*']
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 20
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: npm i
- name: Run linters
run: npx eslint