Skip to content

refactor: various mundane changes to tidy up #88

refactor: various mundane changes to tidy up

refactor: various mundane changes to tidy up #88

Workflow file for this run

on: [push, pull_request]
name: Check and Lint
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: check