Skip to content

Add explicit MIT license #109

Add explicit MIT license

Add explicit MIT license #109

Workflow file for this run

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