Skip to content

Version bump to 2.0.0 #31

Version bump to 2.0.0

Version bump to 2.0.0 #31

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build & Clippy
run: cargo clippy
- name: Check Format
run: cargo fmt --all -- --check