Skip to content

Commit

Permalink
Merge pull request #9 from stephengroat/patch-1
Browse files Browse the repository at this point in the history
Thanks, the pipeline will be set up very soon.
  • Loading branch information
appflowy authored Nov 16, 2021
2 parents 8a708d5 + 3110f75 commit ccb03f2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ccb03f2

Please sign in to comment.