Skip to content

Use BASE64_MIME_PERMISSIVE to allow trailing bits in b64 data #73

Use BASE64_MIME_PERMISSIVE to allow trailing bits in b64 data

Use BASE64_MIME_PERMISSIVE to allow trailing bits in b64 data #73

Workflow file for this run

name: Lints
on:
push:
branches:
- master
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