Skip to content

feat: concrete stream type #38

feat: concrete stream type

feat: concrete stream type #38

Workflow file for this run

name: fmt
on: [pull_request]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: fmt
run: cargo fmt -- --check
- name: check
run: cargo check