Skip to content

fix: color maths, error in shade() function #441

fix: color maths, error in shade() function

fix: color maths, error in shade() function #441

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: Lint & Build Artifact
jobs:
lint-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
- run: yarn install --immutable
- run: yarn lint
- name: Build
run: |
yarn build
yarn build:ads
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: catppuccin-vsc.vsix
path: catppuccin-*.vsix