Create ci.yaml

This commit is contained in:
Stephen 2021-11-15 20:32:43 -08:00 committed by GitHub
parent 92ab7eac17
commit a2854297b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/ci.yaml vendored Normal file
View 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