Add GitHub CI

Raymon Zutekouw 4 years ago committed by Raymon Zutekouw
parent 4e64152d44
commit b313203c14
No known key found for this signature in database
GPG Key ID: E62222846283925
  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