Skip to content

Increase MSRV to 1.70 and Actually test it in CI #78

Increase MSRV to 1.70 and Actually test it in CI

Increase MSRV to 1.70 and Actually test it in CI #78

Workflow file for this run

name: rustfmt
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check formatting
run: cargo fmt -- --check