Switch to single quotes for GitHub action workflow

This commit is contained in:
Lucien Greathouse
2019-09-17 16:51:40 -07:00
parent 2e052e97c5
commit cfc3bcfa41

View File

@@ -27,4 +27,4 @@ jobs:
run: |
cargo fmt -- --check
cargo clippy
if: matrix.rust_version == "stable"
if: matrix.rust_version == 'stable'