Add missing license headers and CI check (#98)

* Add missing license headers and add CI check

* Remove log line

* Remove stale todos
This commit is contained in:
Andrew Jones
2020-04-30 22:26:22 +01:00
committed by GitHub
parent 6f27489378
commit 194c7bcf2f
24 changed files with 156 additions and 20 deletions
+12 -2
View File
@@ -13,7 +13,17 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
- name: setup
run: |
rustup install nightly
rustup component add rustfmt --toolchain nightly
- name: fmt
run: cargo +nightly fmt --all -- --check
- name: build
run: cargo build --verbose
- name: Run tests
- name: test
run: cargo test --verbose