Skip to content

action

action #9

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: sparkfabrik/[email protected]
with:
project-path: .
fastlane-env: "debug"