From cfc3bcfa41f453199063845c591d4c1f65df9c34 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Tue, 17 Sep 2019 16:51:40 -0700 Subject: [PATCH] Switch to single quotes for GitHub action workflow --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 74b23f50..cc2abc12 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -27,4 +27,4 @@ jobs: run: | cargo fmt -- --check cargo clippy - if: matrix.rust_version == "stable" \ No newline at end of file + if: matrix.rust_version == 'stable' \ No newline at end of file