Skip to content

Add spore.mol (#12) #29

Add spore.mol (#12)

Add spore.mol (#12) #29

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run installation
run: make install
- name: Run CI
run: make ci