Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Version Packages

Version Packages #6

Workflow file for this run

name: Pull Request
on: pull_request
jobs:
check:
timeout-minutes: 5
strategy:
matrix:
os: [
ubuntu-latest,
# windows-latest,
# macos-latest,
]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: oven-sh/setup-bun@v1
- run: npm install -f
- run: bun run build
- run: bun run check