Create rustfmt.yml

This commit is contained in:
Ryan Leckey
2019-12-30 02:12:48 -08:00
committed by GitHub
parent e591f0f021
commit 0acd0b0db7

14
.github/workflows/rustfmt.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Rust Format
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Check Format
run: cargo fmt -- --check