Skip to content

feat: escape values when printing #19

feat: escape values when printing

feat: escape values when printing #19

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: icepuma/rust-action@master
with:
args: cargo fmt -- --check && ./clippy.sh && cargo test --locked