Skip to content

fix: use color without opacity effect and also apply shadow to select… #23

fix: use color without opacity effect and also apply shadow to select…

fix: use color without opacity effect and also apply shadow to select… #23

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Install node
uses: actions/setup-node@v6
with:
node-version: 24
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm run lint