Skip to content

✨ shiki-twowlash for code blocks with type annotations for Typescript #55

✨ shiki-twowlash for code blocks with type annotations for Typescript

✨ shiki-twowlash for code blocks with type annotations for Typescript #55

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: yarn install
- name: Tests
run: yarn test