mirror of
https://github.com/pezkuwichain/merkle-mountain-range.git
synced 2026-04-22 03:17:57 +00:00
Update CI
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
name: Rust
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Run CI checks
|
||||||
|
run: make ci
|
||||||
Reference in New Issue
Block a user