Skip to content

Update mailparse from 0.14 to 0.15 #58

Update mailparse from 0.14 to 0.15

Update mailparse from 0.14 to 0.15 #58

Workflow file for this run

name: Lints
on: [push, pull_request]
jobs:
formatting:
name: Check formatting
runs-on: ubuntu-latest
steps:
- name: Get latest stable Rust
run: rustup toolchain install stable --profile default
- name: Check out source
uses: actions/checkout@v2
- name: Check formatting
run: cargo fmt -v -- --check