Skip to content

chore(deps): update chromaui/action digest to 5991575 #841

chore(deps): update chromaui/action digest to 5991575

chore(deps): update chromaui/action digest to 5991575 #841

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # 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@65462800fd760344b1a7b4382951275a0abb4808 # v4
with:
name: catppuccin-vsc-${{ github.sha }}
path: packages/catppuccin-vsc/catppuccin-*.vsix