Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

move colors from logia adv.css to globals #280

move colors from logia adv.css to globals

move colors from logia adv.css to globals #280

Workflow file for this run

name: ✨ ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: install dependencies
run: yarn install --frozen-lockfile
- name: run ESLint
run: yarn lint
- name: build
run: yarn build