Skip to content

review fixup

review fixup #157

Workflow file for this run

name: Check
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
precommit:
name: Pre-commit
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install stable toolchain
uses: codota/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Cache dependencies
uses: Swatinem/rust-cache@v2
- name: Run tests
run: bash ci/check.sh