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 1e93a628da
commit a0d65ec1f7
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
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint
run: bun run lint
- name: Build
run: bun run build