Skip to content

Merge pull request #28 from Marcondiro/master #54

Merge pull request #28 from Marcondiro/master

Merge pull request #28 from Marcondiro/master #54

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