Skip to content

Merge pull request #30 from unicode-rs/tests #62

Merge pull request #30 from unicode-rs/tests

Merge pull request #30 from unicode-rs/tests #62

Workflow file for this run

name: Rustfmt
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run rustfmt
run: cargo fmt -- --check