Skip to content

Rename StringWriter, minor changes to #[inline] #13

Rename StringWriter, minor changes to #[inline]

Rename StringWriter, minor changes to #[inline] #13

Workflow file for this run

name: ci
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Format
uses: actions-rs/cargo@v1
with:
command: fmt
args: --check
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
- name: Test
uses: actions-rs/cargo@v1
with:
command: test