AppFlowy/.github/workflows/ci.yaml
2021-11-20 09:49:48 +08:00

16 lines
322 B
YAML

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: cd frontend && make install_rust && make install_cargo_make && cargo make install_targets