Skip to content

Add spore.mol

Add spore.mol #28

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