feat: show minion on shake (android/ios) and fix CI workflow

This commit is contained in:
root
2026-03-11 21:51:35 +01:00
parent 5393910b4c
commit bb543182b7
4 changed files with 57 additions and 10 deletions

15
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies
run: npm install