Skip to content

Add write and read methods to Parameters #137

Add write and read methods to Parameters

Add write and read methods to Parameters #137

Workflow file for this run

on: [push, pull_request]
name: Check and test
jobs:
check_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: cargo test