mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-23 22:27:13 -04:00
Merge pull request #9 from stephengroat/patch-1
Thanks, the pipeline will be set up very soon.
This commit is contained in:
commit
418812d61d
1 changed files with 14 additions and 0 deletions
14
.github/workflows/ci.yaml
vendored
Normal file
14
.github/workflows/ci.yaml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue