Skip to content

Fix desync between icon pack and color theme #901

Fix desync between icon pack and color theme

Fix desync between icon pack and color theme #901

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: corepack enable
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: 18
cache: yarn
- run: yarn install --immutable
- name: Lint
run: yarn lint
- name: Build
run: |
yarn core:build
yarn core:build-ads
- name: Upload Artifact
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
with:
name: catppuccin-vsc-${{ github.sha }}
path: packages/catppuccin-vsc/catppuccin-*.vsix