Add GitHub CI

master
Raymon Zutekouw 2 years ago
parent 0b87b957af
commit b53c7dd30d
No known key found for this signature in database
GPG Key ID: 1E9BCC39EDD1DD53
  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