ensure we use nightly with fmt

This commit is contained in:
Max Countryman 2020-07-31 08:56:59 -07:00 committed by GitHub
parent 9c1a5a781d
commit 76a911b34e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
# it's an unstable feature.
rust-version: nightly
- uses: actions/checkout@v2
- run: cargo fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
- run: cargo +nightly fmt -- --check --config-path <(echo 'license_template_path = "HEADER"')
lint:
runs-on: ubuntu-latest