Skip to content

Big Refactor According to Updated Spec #124

Big Refactor According to Updated Spec

Big Refactor According to Updated Spec #124

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