1
0
Fork 0
forked from wry/wry
wry/.github/workflows/rustfmt.yml

19 lines
306 B
YAML

name: rustfmt
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
rustfmt:
runs-on: native
steps:
- uses: actions/checkout@v2
- name: Check
run: nix develop .#dev --command cargo fmt -- --check