8000 Add regen tests · unicode-rs/unicode-security@ac4dd66 · GitHub
[go: up one dir, main page]

Skip to content

Add regen tests

Add regen tests #60

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
0