Skip to content

chore(deps): update actions/checkout digest to 692973e #847

chore(deps): update actions/checkout digest to 692973e

chore(deps): update actions/checkout digest to 692973e #847

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@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