Skip to content

Added env abbreviations on tune icon recognized names #4033

Added env abbreviations on tune icon recognized names

Added env abbreviations on tune icon recognized names #4033

Workflow file for this run

name: Build + Test
on:
push:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: [ubuntu-latest]
name: Build Material Icon Theme
steps:
- name: Checkout 🛎️
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false
- name: Setup Platform 🛠️
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
with:
bun-version: 1.1.18
- name: Install dependencies 📦
run: bun install --frozen-lockfile
- name: Test + Build 🚀
run: |
bun test
bun run vscode:prepublish