0.1.8 #11

Merged
Thilawyn merged 233 commits from next into master 2025-04-21 02:08:14 +02:00
Showing only changes of commit b4cd7daa81 - Show all commits

View File

@@ -6,11 +6,11 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
# - name: Setup Bun
# uses: oven-sh/setup-bun@v1
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Clone repo
uses: actions/checkout@v4
# - name: Install dependencies
# run: bun install --frozen-lockfile
# - name: Build
# run: bun run build
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
run: bun run build