Skip to content

add hover effect

add hover effect #66

name: Prettier, ESLint, build CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: delete yarn lock
run: rm yarn.lock
- name: install modules
run: yarn
- name: run prettier & eslint
run: yarn lint
- name: run check
run: yarn check
- name: build app
run: yarn build