Files
thilalib/.gitea/workflows/test-build.yaml
Workflow config file is invalid. Please check your config file: EOF
Julien Valverdé d31b7630bc
All checks were successful
Lint / lint (push) Successful in 12s
Test build
2024-06-15 03:00:39 +02:00

23 lines
546 B
YAML

# 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