parent
0b87b957af
commit
b53c7dd30d
1 changed files with 13 additions and 0 deletions
@ -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…
Reference in new issue