1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
This commit is contained in:
zumbiepig 2024-09-06 18:21:52 -07:00
parent 76ce93335d
commit 9b98db7514
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -12,5 +12,7 @@ jobs:
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile run: bun install --frozen-lockfile
- name: Lint
run: bun run lint
- name: Build - name: Build
run: bun run build run: bun run build