Skip to content

Add a coldplug utility #36

Add a coldplug utility

Add a coldplug utility #36

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