Add funding + github actions.

This commit is contained in:
Eduard Tolosa 2020-09-28 14:04:30 -05:00
parent d258a3a21f
commit 24175b0fe2
2 changed files with 16 additions and 0 deletions

13
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Github Actions
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose