Skip to content

chore: migrate to Capacitor v7, add SPM support #4

chore: migrate to Capacitor v7, add SPM support

chore: migrate to Capacitor v7, add SPM support #4

Workflow file for this run

name: PR Build
on:
pull_request:
permissions:
contents: read
concurrency:
group: pr-build-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run build