Skip to content

[eas] add Github Actions to run eas build. #16

[eas] add Github Actions to run eas build.

[eas] add Github Actions to run eas build. #16

Workflow file for this run

# dummy CI to make all actions green
name: CI - dummy
on: [pull_request]
jobs:
test-go:
runs-on: ubuntu-latest
steps:
- run: echo "mark as passed"
test-expo:
runs-on: ubuntu-latest
steps:
- run: echo "mark as passed"