Skip to content

chore: update VS Code colour types for v1.95.0 #252

chore: update VS Code colour types for v1.95.0

chore: update VS Code colour types for v1.95.0 #252

Workflow file for this run

---
name: Validate
on:
push:
pull_request:
jobs:
validate:
runs-on: ubuntu-22.04
timeout-minutes: 10
env:
CI: 'true'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: make install
- run: make compile
- run: make lint
- run: make themes