Skip to content

feat: contentlayer #3573

feat: contentlayer

feat: contentlayer #3573

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false
- name: Setup Platform 🛠
uses: oven-sh/setup-bun@123c6c4e2fea3eb7bffaa91a85eb6b3d505bf7af # 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