Skip to content

Merge pull request #31 from thundergolfer/patch-1 #91

Merge pull request #31 from thundergolfer/patch-1

Merge pull request #31 from thundergolfer/patch-1 #91

Workflow file for this run

name: Rust CI
on: [push, pull_request]
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: check