Test build
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2024-06-15 03:00:39 +02:00
parent cb9b5c4470
commit d31b7630bc
2 changed files with 27 additions and 5 deletions

View File

@@ -0,0 +1,22 @@
# name: Test build
# run-name: Test build
# on: [push]
# jobs:
# lint:
# runs-on: ubuntu-latest
# steps:
# - name: Install Bun
# uses: oven-sh/setup-bun@v1
# - name: Install Node
# uses: actions/setup-node@v4
# with:
# node-version: "20"
# - name: Clone repo
# uses: actions/checkout@v4
# - name: Install dependencies
# run: bun install --frozen-lockfile
# - name: Build
# run: npm run build
# - name: Pack
# run: npm pack --dry-run