Skip to content

Simplify the event stream #34

Simplify the event stream

Simplify the event stream #34

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