Skip to content

Replace codicon icon font with Material Design Icons #182

Replace codicon icon font with Material Design Icons

Replace codicon icon font with Material Design Icons #182

name: Build & Test on Windows
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
- 'docs/**'
- 'License.txt'
- 'themes/**'
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
- 'docs/**'
- 'License.txt'
- 'themes/**'
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node-version: [24.x, 25.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test