Skip to content

Hardcoded bun version, lets see if that fixes the problem #4

Hardcoded bun version, lets see if that fixes the problem

Hardcoded bun version, lets see if that fixes the problem #4

Workflow file for this run

name: Tests
on: [ push, pull_request ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use bun
uses: oven-sh/setup-bun@v1
- name: Install Dependencies
run: bun install
with:

Check failure on line 15 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 15, Col: 9): Unexpected value 'with'
bun-version: 1.0.31
- name: Build Kaspian
run: bun run build