Skip to content

README.md: Deprecate #23

README.md: Deprecate

README.md: Deprecate #23

Workflow file for this run

on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- run: cargo build
- run: cargo test
- run: cargo clippy --no-deps -- -D warnings
- run: cargo fmt -- --check