Skip to content

Avoid map(await { }) #37

Avoid map(await { })

Avoid map(await { }) #37

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