Skip to content

Merge pull request #30 from marcprux/master #2

Merge pull request #30 from marcprux/master

Merge pull request #30 from marcprux/master #2

Workflow file for this run

name: Android
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
android:
runs-on: ubuntu-24.04
name: Android
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build for Android
uses: skiptools/swift-android-action@v2
with:
run-tests: false