forked from rojo-rbx/rojo
Switch to single quotes for GitHub action workflow
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -27,4 +27,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cargo fmt -- --check
|
cargo fmt -- --check
|
||||||
cargo clippy
|
cargo clippy
|
||||||
if: matrix.rust_version == "stable"
|
if: matrix.rust_version == 'stable'
|
||||||
Reference in New Issue
Block a user