AppFlowy/.github/workflows/ci.yaml

15 lines
305 B
YAML
Raw Normal View History

2021-11-16 04:32:43 +00:00
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build and Test
run: make install_rust && make install_cargo_make && cargo make install_targets