mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
16 lines
317 B
YAML
16 lines
317 B
YAML
name: Build Example app
|
|
|
|
on: pull_request
|
|
|
|
jobs:
|
|
tests:
|
|
name: Build Example app
|
|
runs-on: macOS-latest
|
|
steps:
|
|
- name: Checkout the Git repository
|
|
uses: actions/checkout@v2
|
|
with:
|
|
fetch-depth: 10
|
|
- name: Build and run example project
|
|
run: ./GitHubActions/build.sh example
|