Add GitHub CI

master
Raymon Zutekouw 4 years ago committed by Raymon Zutekouw
parent 13324d8dd4
commit 248be40f7d
  1. 13
      .github/workflows/ci.yml

@ -0,0 +1,13 @@
name: MBLF CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: icepuma/rust-action@master
with:
args: cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test
Loading…
Cancel
Save