Install rustfmt

This commit is contained in:
Lucio Franco
2019-09-01 13:08:15 -04:00
parent 85f7a72e22
commit 44bc69d871
+2
View File
@@ -13,6 +13,8 @@ jobs:
with: with:
rust-version: ${{ matrix.rust }} rust-version: ${{ matrix.rust }}
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Install rustfmt
run: rustup component add rustfmt
- name: Run fmt - name: Run fmt
run: cargo fmt -- --check run: cargo fmt -- --check
- name: Run check - name: Run check